]> code.delx.au - gnu-emacs/blobdiff - lisp/textmodes/tildify.el
Escape ` and ' in doc
[gnu-emacs] / lisp / textmodes / tildify.el
index 4e385a0fbd3fd542d64636f0ec672c21932f0ad6..c94e417a7ea456555789bb101e11035f564047c1 100644 (file)
@@ -291,8 +291,8 @@ BEG argument is ignored.
 This function is meant to be used to set `tildify-foreach-region-function'
 variable.  For example, for an XML file one might use:
   (setq-local tildify-foreach-region-function
-    (apply-partially 'tildify-foreach-ignore-environments
-                     '((\"<! *--\" . \"-- *>\") (\"<\" . \">\"))))"
+    (apply-partially \\='tildify-foreach-ignore-environments
+                     \\='((\"<! *--\" . \"-- *>\") (\"<\" . \">\"))))"
   (let ((beg-re (concat "\\(?:" (mapconcat 'car pairs "\\)\\|\\(?:") "\\)"))
         p end-re)
     (save-excursion