diff lisp/textmodes/outline.el @ 24627:a08dbf9b97ed

(outline-regexp): Doc fix.
author Karl Heuer <kwzh@gnu.org>
date Mon, 26 Apr 1999 05:14:12 +0000
parents 5ab0869ed2c8
children 01b59199fcbc
line wrap: on
line diff
--- a/lisp/textmodes/outline.el	Mon Apr 26 05:11:01 1999 +0000
+++ b/lisp/textmodes/outline.el	Mon Apr 26 05:14:12 1999 +0000
@@ -39,7 +39,7 @@
   "*Regular expression to match the beginning of a heading.
 Any line whose beginning matches this regexp is considered to start a heading.
 The recommended way to set this is with a Local Variables: list
-in the file it applies to.  See also outline-heading-end-regexp."
+in the file it applies to.  See also `outline-heading-end-regexp'."
   :type '(choice regexp (const nil))
   :group 'outlines)