diff options
Diffstat (limited to 'lisp/textmodes/outline.el')
-rw-r--r-- | lisp/textmodes/outline.el | 2 |
1 files changed, 1 insertions, 1 deletions
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) |