]> code.delx.au - gnu-emacs/blobdiff - lisp/emacs-lisp/checkdoc.el
Text quoting fixes in cedet, emulation, emacs-lisp
[gnu-emacs] / lisp / emacs-lisp / checkdoc.el
index 8a845f9b5b547ffb078948c3b29162d6118133da..b2c81197968ea4c40e77b0b50e1b6b9c64bdd15f 100644 (file)
@@ -1954,7 +1954,7 @@ from the comment."
   "Return non-nil if the current point is in a code fragment.
 A code fragment is identified by an open parenthesis followed by a
 symbol which is a valid function or a word in all CAPS, or a parenthesis
-that is quoted with the ' character.  Only the region from START to LIMIT
+that is quoted with the \\=' character.  Only the region from START to LIMIT
 is allowed while searching for the bounding parenthesis."
   (save-match-data
     (save-restriction