diff options
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/allout.el | 2 |
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. You can associate a particular outline layout with a file by setting this var via the file's local variables. For example, the following -lines at the bottom of an elisp file: +lines at the bottom of an Emacs Lisp file: ;;;Local variables: ;;;outline-layout: \(0 : -1 -1 0\) |