summaryrefslogtreecommitdiff
path: root/lisp/ielm.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1997-06-22 19:52:10 +0000
committerRichard M. Stallman <rms@gnu.org>1997-06-22 19:52:10 +0000
commit326e87d25cab2a13ff23191635388fb4c9b2ea74 (patch)
treea092ef691605b57143846e5f9b950eb31ec38605 /lisp/ielm.el
parent7bc157f4d5695b22f14728c0cf7b91730001708b (diff)
downloademacs-326e87d25cab2a13ff23191635388fb4c9b2ea74.tar.gz
Comment change.
Diffstat (limited to 'lisp/ielm.el')
-rw-r--r--lisp/ielm.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/ielm.el b/lisp/ielm.el
index 1488f2925f6..b50dc5d0bfd 100644
--- a/lisp/ielm.el
+++ b/lisp/ielm.el
@@ -35,7 +35,7 @@
;;
;; (autoload 'ielm "ielm" "Start an inferior Emacs Lisp session" t)
;;
-;; For completion to work, the comint.el from FSF Emacs 19.23 is
+;; For completion to work, the comint.el from Emacs 19.23 is
;; required. If you do not have it, or if you are running Lemacs,
;; also add the following code to your .emacs:
;;
@@ -103,7 +103,7 @@ This variable is buffer-local.")
(defvar ielm-header
(concat
"*** Welcome to IELM version "
- (substring "$Revision: 1.13 $" 11 -2)
+ (substring "$Revision: 1.14 $" 11 -2)
" *** Type (describe-mode) for help.\n"
"IELM has ABSOLUTELY NO WARRANTY; type (describe-no-warranty) for details.\n")
"Message to display when IELM is started.")