X-Git-Url: https://git.hcoop.net/bpt/emacs.git/blobdiff_plain/e12d3ded2a15857b1d75102f63df2083fb03bfa4..ac052b48cb46ba114a0ff8db44afa4d2fd54d995:/lisp/allout.el diff --git a/lisp/allout.el b/lisp/allout.el index d6955c52cd..2fbef5b2cd 100644 --- a/lisp/allout.el +++ b/lisp/allout.el @@ -37,7 +37,7 @@ ;; - Incremental search with dynamic exposure and reconcealment of text ;; - Customizable bullet format - enables programming-language specific ;; outlining, for code-folding editing. (Allout code itself is to try it; -;; formatted as an outline - do ESC-x eval-current-buffer in allout.el; but +;; formatted as an outline - do ESC-x eval-buffer in allout.el; but ;; emacs local file variables need to be enabled when the ;; file was visited - see `enable-local-variables'.) ;; - Configurable per-file initial exposure settings @@ -72,7 +72,7 @@ ;; 3.x, for those of you that depend on the old method.) ;; ;; Note - the lines beginning with `;;;_' are outline topic headers. -;; Just `ESC-x eval-current-buffer' to give it a whirl. +;; Just `ESC-x eval-buffer' to give it a whirl. ;; ken manheimer (ken dot manheimer at gmail dot com)