# HG changeset patch # User Thien-Thi Nguyen # Date 1152085475 0 # Node ID 22433275348dfd9ce3cce1a5b3f7704de13f442f # Parent 263c82655d46d77bb08fe33665ba8f03f8a336ec Comment munging; nfc. diff -r 263c82655d46 -r 22433275348d lisp/allout.el --- a/lisp/allout.el Wed Jul 05 07:35:46 2006 +0000 +++ b/lisp/allout.el Wed Jul 05 07:44:35 2006 +0000 @@ -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) diff -r 263c82655d46 -r 22433275348d lisp/play/landmark.el --- a/lisp/play/landmark.el Wed Jul 05 07:35:46 2006 +0000 +++ b/lisp/play/landmark.el Wed Jul 05 07:44:35 2006 +0000 @@ -9,7 +9,7 @@ ;;;_* Usage ;;; Just type -;;; M-x eval-current-buffer +;;; M-x eval-buffer ;;; M-x lm-test-run diff -r 263c82655d46 -r 22433275348d lisp/simple.el --- a/lisp/simple.el Wed Jul 05 07:35:46 2006 +0000 +++ b/lisp/simple.el Wed Jul 05 07:44:35 2006 +0000 @@ -1043,7 +1043,7 @@ (format " (#o%o, #x%x)" value value))))) ;; We define this, rather than making `eval' interactive, -;; for the sake of completion of names like eval-region, eval-current-buffer. +;; for the sake of completion of names like eval-region, eval-buffer. (defun eval-expression (eval-expression-arg &optional eval-expression-insert-value) "Evaluate EVAL-EXPRESSION-ARG and print value in the echo area.