Merge pull request #236 from Wilfred/robust-docs-generation

Set text-quoting-style
master
Matus Goljer 9 years ago committed by GitHub
commit bdcaf68ffc
  1. 2
      dev/examples-to-docs.el
  2. 2
      dev/examples-to-info.el

@ -25,6 +25,8 @@
(require 'dash-functional)
(require 'help-fns)
(setq text-quoting-style 'grave)
(defvar functions '())
(defun example-to-string (example)

@ -25,6 +25,8 @@
(require 'dash-functional)
(require 'help-fns)
(setq text-quoting-style 'grave)
(defvar functions '())
(defun example-to-string (example)

Loading…
Cancel
Save