summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1997-05-07 04:01:44 +0000
committerRichard M. Stallman <rms@gnu.org>1997-05-07 04:01:44 +0000
commite286373ab4711586361e0d167859e16283b37eed (patch)
tree3bd846f5d9d0d5b11c52682b629682b57f08bd31
parent7801eb3028ffb44ed6e5057c495b52995a6c498c (diff)
downloademacs-e286373ab4711586361e0d167859e16283b37eed.tar.gz
Fix customization change.
-rw-r--r--lisp/textmodes/outline.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/textmodes/outline.el b/lisp/textmodes/outline.el
index bd290509216..f2f32405fda 100644
--- a/lisp/textmodes/outline.el
+++ b/lisp/textmodes/outline.el
@@ -284,7 +284,7 @@ See the command `outline-mode' for more information on this mode."
"*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