comparison lisp/textmodes/outline.el @ 17690:3fa9da85b3ea

Fix customization change.
author Richard M. Stallman <rms@gnu.org>
date Wed, 07 May 1997 04:01:44 +0000
parents b02bb31c98b0
children 3af728d1f6cf
comparison
equal deleted inserted replaced
17689:018d8cb92e90 17690:3fa9da85b3ea
282 282
283 (defcustom outline-level 'outline-level 283 (defcustom outline-level 'outline-level
284 "*Function of no args to compute a header's nesting level in an outline. 284 "*Function of no args to compute a header's nesting level in an outline.
285 It can assume point is at the beginning of a header line." 285 It can assume point is at the beginning of a header line."
286 :type 'function 286 :type 'function
287 :group outlines) 287 :group 'outlines)
288 288
289 ;; This used to count columns rather than characters, but that made ^L 289 ;; This used to count columns rather than characters, but that made ^L
290 ;; appear to be at level 2 instead of 1. Columns would be better for 290 ;; appear to be at level 2 instead of 1. Columns would be better for
291 ;; tab handling, but the default regexp doesn't use tabs, and anyone 291 ;; tab handling, but the default regexp doesn't use tabs, and anyone
292 ;; who changes the regexp can also redefine the outline-level variable 292 ;; who changes the regexp can also redefine the outline-level variable