From ac052b48cb46ba114a0ff8db44afa4d2fd54d995 Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Date: Wed, 5 Jul 2006 07:44:35 +0000 Subject: [PATCH] Comment munging; nfc. --- lisp/allout.el | 4 ++-- lisp/play/landmark.el | 2 +- lisp/simple.el | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lisp/allout.el b/lisp/allout.el index d6955c52cdf..2fbef5b2cd8 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) diff --git a/lisp/play/landmark.el b/lisp/play/landmark.el index 7ec6f9bb187..1bd1c7ec48a 100644 --- a/lisp/play/landmark.el +++ b/lisp/play/landmark.el @@ -9,7 +9,7 @@ ;;;_* Usage ;;; Just type -;;; M-x eval-current-buffer +;;; M-x eval-buffer ;;; M-x lm-test-run diff --git a/lisp/simple.el b/lisp/simple.el index 754b6e9ed38..94fe6b431e4 100644 --- a/lisp/simple.el +++ b/lisp/simple.el @@ -1043,7 +1043,7 @@ display the result of expression evaluation." (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. -- 2.39.2