Mercurial > emacs
changeset 24627:a08dbf9b97ed
(outline-regexp): Doc fix.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Mon, 26 Apr 1999 05:14:12 +0000 |
parents | 37dec422bd7c |
children | fc7a39405297 |
files | lisp/textmodes/outline.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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)