diff options
author | Karl Heuer <kwzh@gnu.org> | 1999-04-26 05:14:12 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1999-04-26 05:14:12 +0000 |
commit | 9ab2d2839d97b94b91a3ddd9781457d197b3ce30 (patch) | |
tree | d603e202c0e8601205b7c138adeb6d392ec12a52 /lisp/textmodes | |
parent | c025c4322fcafe6be9f4862cc3a69ea3d8ec5e73 (diff) | |
download | emacs-9ab2d2839d97b94b91a3ddd9781457d197b3ce30.tar.gz |
(outline-regexp): Doc fix.
Diffstat (limited to 'lisp/textmodes')
-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) |