]> code.delx.au - gnu-emacs/blobdiff - lisp/emacs-lisp/eldoc.el
Escape ` and ' in doc
[gnu-emacs] / lisp / emacs-lisp / eldoc.el
index feffd5470c4ad7469b3252b9c2bf1ac7efd9ab60..2dae86ebc9516c2567d01769c416f6a61e9ea943 100644 (file)
@@ -337,8 +337,8 @@ and the face `eldoc-highlight-function-argument', if they are to have any
 effect.
 
 Major modes should modify this variable using `add-function', for example:
-  (add-function :before-until (local 'eldoc-documentation-function)
-                #'foo-mode-eldoc-function)
+  (add-function :before-until (local \\='eldoc-documentation-function)
+                #\\='foo-mode-eldoc-function)
 so that the global documentation function (i.e. the default value of the
 variable) is taken into account if the major mode specific function does not
 return any documentation.")