changeset 18387:c9700d281f81

Comment change.
author Richard M. Stallman <rms@gnu.org>
date Sun, 22 Jun 1997 19:52:10 +0000
parents b64a99d75571
children 7e14277c51f3
files lisp/ielm.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ielm.el	Sun Jun 22 19:26:41 1997 +0000
+++ b/lisp/ielm.el	Sun Jun 22 19:52:10 1997 +0000
@@ -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 @@
 (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.")