aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1997-05-07 04:01:44 +0000
committerRichard M. Stallman1997-05-07 04:01:44 +0000
commit1438d2d528efdb7e608eccd16662ca870a3c909f (patch)
tree450f4086e26663b4f463813131fdafb96a9b8855
parenteb2e4e70fa464c3dba43ac2be33ddda2f84df8bd (diff)
downloademacs-1438d2d528efdb7e608eccd16662ca870a3c909f.tar.gz
emacs-1438d2d528efdb7e608eccd16662ca870a3c909f.zip
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."
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.
285It can assume point is at the beginning of a header line." 285It 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