comparison lisp/outline.el @ 64040:44cf3ecee23f

(outlines): Finish `defgroup' description with period.
author Juanma Barranquero <lekktu@gmail.com>
date Mon, 04 Jul 2005 02:56:16 +0000
parents 5a1fd32a61a2
children 6fb026ad601f
comparison
equal deleted inserted replaced
64039:bcd433d85e62 64040:44cf3ecee23f
36 ;; - don't bother hiding whitespace 36 ;; - don't bother hiding whitespace
37 37
38 ;;; Code: 38 ;;; Code:
39 39
40 (defgroup outlines nil 40 (defgroup outlines nil
41 "Support for hierarchical outlining" 41 "Support for hierarchical outlining."
42 :prefix "outline-" 42 :prefix "outline-"
43 :group 'editing) 43 :group 'editing)
44 44
45 (defcustom outline-regexp "[*\^L]+" 45 (defcustom outline-regexp "[*\^L]+"
46 "*Regular expression to match the beginning of a heading. 46 "*Regular expression to match the beginning of a heading.