From: Karl Heuer Date: Mon, 26 Apr 1999 05:14:12 +0000 (+0000) Subject: (outline-regexp): Doc fix. X-Git-Tag: emacs-20.4~322 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9ab2d2839d97b94b91a3ddd9781457d197b3ce30;p=emacs.git (outline-regexp): Doc fix. --- diff --git a/lisp/textmodes/outline.el b/lisp/textmodes/outline.el index 4c5d80f7aeb..e1f1a79b160 100644 --- a/lisp/textmodes/outline.el +++ b/lisp/textmodes/outline.el @@ -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)