comparison 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
comparison
equal deleted inserted replaced
24626:37dec422bd7c 24627:a08dbf9b97ed
37 37
38 (defcustom outline-regexp nil 38 (defcustom outline-regexp nil
39 "*Regular expression to match the beginning of a heading. 39 "*Regular expression to match the beginning of a heading.
40 Any line whose beginning matches this regexp is considered to start a heading. 40 Any line whose beginning matches this regexp is considered to start a heading.
41 The recommended way to set this is with a Local Variables: list 41 The recommended way to set this is with a Local Variables: list
42 in the file it applies to. See also outline-heading-end-regexp." 42 in the file it applies to. See also `outline-heading-end-regexp'."
43 :type '(choice regexp (const nil)) 43 :type '(choice regexp (const nil))
44 :group 'outlines) 44 :group 'outlines)
45 45
46 ;; Can't initialize this in the defvar above -- some major modes have 46 ;; Can't initialize this in the defvar above -- some major modes have
47 ;; already assigned a local value to it. 47 ;; already assigned a local value to it.