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)