aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThien-Thi Nguyen2006-07-05 07:44:35 +0000
committerThien-Thi Nguyen2006-07-05 07:44:35 +0000
commitac052b48cb46ba114a0ff8db44afa4d2fd54d995 (patch)
treec28334987fbffcded533ad4d5eb6f1319a309b27
parente12d3ded2a15857b1d75102f63df2083fb03bfa4 (diff)
downloademacs-ac052b48cb46ba114a0ff8db44afa4d2fd54d995.tar.gz
emacs-ac052b48cb46ba114a0ff8db44afa4d2fd54d995.zip
Comment munging; nfc.
-rw-r--r--lisp/allout.el4
-rw-r--r--lisp/play/landmark.el2
-rw-r--r--lisp/simple.el2
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 @@
37;; - Incremental search with dynamic exposure and reconcealment of text 37;; - Incremental search with dynamic exposure and reconcealment of text
38;; - Customizable bullet format - enables programming-language specific 38;; - Customizable bullet format - enables programming-language specific
39;; outlining, for code-folding editing. (Allout code itself is to try it; 39;; outlining, for code-folding editing. (Allout code itself is to try it;
40;; formatted as an outline - do ESC-x eval-current-buffer in allout.el; but 40;; formatted as an outline - do ESC-x eval-buffer in allout.el; but
41;; emacs local file variables need to be enabled when the 41;; emacs local file variables need to be enabled when the
42;; file was visited - see `enable-local-variables'.) 42;; file was visited - see `enable-local-variables'.)
43;; - Configurable per-file initial exposure settings 43;; - Configurable per-file initial exposure settings
@@ -72,7 +72,7 @@
72;; 3.x, for those of you that depend on the old method.) 72;; 3.x, for those of you that depend on the old method.)
73;; 73;;
74;; Note - the lines beginning with `;;;_' are outline topic headers. 74;; Note - the lines beginning with `;;;_' are outline topic headers.
75;; Just `ESC-x eval-current-buffer' to give it a whirl. 75;; Just `ESC-x eval-buffer' to give it a whirl.
76 76
77;; ken manheimer (ken dot manheimer at gmail dot com) 77;; ken manheimer (ken dot manheimer at gmail dot com)
78 78
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 @@
9 9
10;;;_* Usage 10;;;_* Usage
11;;; Just type 11;;; Just type
12;;; M-x eval-current-buffer 12;;; M-x eval-buffer
13;;; M-x lm-test-run 13;;; M-x lm-test-run
14 14
15 15
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."
1043 (format " (#o%o, #x%x)" value value))))) 1043 (format " (#o%o, #x%x)" value value)))))
1044 1044
1045;; We define this, rather than making `eval' interactive, 1045;; We define this, rather than making `eval' interactive,
1046;; for the sake of completion of names like eval-region, eval-current-buffer. 1046;; for the sake of completion of names like eval-region, eval-buffer.
1047(defun eval-expression (eval-expression-arg 1047(defun eval-expression (eval-expression-arg
1048 &optional eval-expression-insert-value) 1048 &optional eval-expression-insert-value)
1049 "Evaluate EVAL-EXPRESSION-ARG and print value in the echo area. 1049 "Evaluate EVAL-EXPRESSION-ARG and print value in the echo area.