aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>2002-01-11 20:11:18 +0000
committerRichard M. Stallman <[email protected]>2002-01-11 20:11:18 +0000
commite6abda023a3adda4137a22bda10736a07590885c (patch)
treea07e4592ce9b69e5e348b53402a9029f4294d3df
parentc1b4555311e3410145e955a681f3e8fd181ce6da (diff)
Comment change.
-rw-r--r--lisp/version.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/version.el b/lisp/version.el
index 9d620df0b3..1eea92e727 100644
--- a/lisp/version.el
+++ b/lisp/version.el
@@ -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")))