Comment change.
authorRichard M. Stallman <rms@gnu.org>
Fri, 11 Jan 2002 20:11:18 +0000 (20:11 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 11 Jan 2002 20:11:18 +0000 (20:11 +0000)
lisp/version.el

index 9d620df..1eea92e 100644 (file)
@@ -79,7 +79,7 @@ to the system configuration; look at `system-configuration' instead."
 ;; We hope that this alias is easier for people to find.
 (defalias 'version 'emacs-version)
 
-;; We put version info into the executable in the form that ident(1) uses.
+;; We put version info into the executable in the form that `ident' uses.
 (or (memq system-type '(vax-vms windows-nt))
     (purecopy (concat "\n$Id: " (subst-char-in-string ?\n ? (emacs-version))
                      " $\n")))