Mercurial > emacs
changeset 17690:3fa9da85b3ea
Fix customization change.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 07 May 1997 04:01:44 +0000 |
parents | 018d8cb92e90 |
children | ad3a8768539a |
files | lisp/textmodes/outline.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/textmodes/outline.el Wed May 07 03:57:29 1997 +0000 +++ b/lisp/textmodes/outline.el Wed May 07 04:01:44 1997 +0000 @@ -284,7 +284,7 @@ "*Function of no args to compute a header's nesting level in an outline. It can assume point is at the beginning of a header line." :type 'function - :group outlines) + :group 'outlines) ;; This used to count columns rather than characters, but that made ^L ;; appear to be at level 2 instead of 1. Columns would be better for