ox: Escape a docstring apostrophe

* lisp/ox.el (org-export-with-smart-quotes): Escape an apostrophe to
prevent it from being displayed as a curved quote in the help buffer.
This commit is contained in:
Kyle Meyer 2022-02-20 13:53:28 -05:00
parent 17e4fe9093
commit ea6b7451b8
1 changed files with 1 additions and 1 deletions

View File

@ -632,7 +632,7 @@ This option can also be set with the SELECT_TAGS keyword."
(defcustom org-export-with-smart-quotes nil
"Non-nil means activate smart quotes during export.
This option can also be set with the OPTIONS keyword,
e.g., \"':t\".
e.g., \"\\=':t\".
When setting this to non-nil, you need to take care of
using the correct Babel package when exporting to LaTeX.