aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1995-03-16 04:34:29 +0000
committerRichard M. Stallman1995-03-16 04:34:29 +0000
commit41e798a9699d5b6815a94ad2c5af86e1bdec6c3c (patch)
tree661754f7d756ad3a5a2e6329504ad5d6e842e398
parentaade4ab28e774bc2d74a6567aae24e805f30e78a (diff)
downloademacs-41e798a9699d5b6815a94ad2c5af86e1bdec6c3c.tar.gz
emacs-41e798a9699d5b6815a94ad2c5af86e1bdec6c3c.zip
(outline-layout): Doc fix.
-rw-r--r--lisp/allout.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/allout.el b/lisp/allout.el
index 182ea76fcb1..58a286d1161 100644
--- a/lisp/allout.el
+++ b/lisp/allout.el
@@ -104,7 +104,7 @@ the layout specification.
104 104
105You can associate a particular outline layout with a file by setting 105You can associate a particular outline layout with a file by setting
106this var via the file's local variables. For example, the following 106this var via the file's local variables. For example, the following
107lines at the bottom of an elisp file: 107lines at the bottom of an Emacs Lisp file:
108 108
109;;;Local variables: 109;;;Local variables:
110;;;outline-layout: \(0 : -1 -1 0\) 110;;;outline-layout: \(0 : -1 -1 0\)