branch: externals/dash commit bdcaf68ffc98cbf784031ae2c245098aad05beb7 Merge: c026c46 5d7077a Author: Matus Goljer <dota.k...@gmail.com> Commit: GitHub <nore...@github.com>
Merge pull request #236 from Wilfred/robust-docs-generation Set text-quoting-style --- dev/examples-to-docs.el | 2 ++ dev/examples-to-info.el | 2 ++ 2 files changed, 4 insertions(+) diff --git a/dev/examples-to-docs.el b/dev/examples-to-docs.el index 46c66f5..2a52375 100644 --- a/dev/examples-to-docs.el +++ b/dev/examples-to-docs.el @@ -25,6 +25,8 @@ (require 'dash-functional) (require 'help-fns) +(setq text-quoting-style 'grave) + (defvar functions '()) (defun example-to-string (example) diff --git a/dev/examples-to-info.el b/dev/examples-to-info.el index 534de11..8c940be 100644 --- a/dev/examples-to-info.el +++ b/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)