From: Richard M. Stallman Date: Fri, 11 Jan 2002 20:11:18 +0000 (+0000) Subject: Comment change. X-Git-Tag: ttn-vms-21-2-B4~17219 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e6abda023a3adda4137a22bda10736a07590885c;p=emacs.git Comment change. --- diff --git a/lisp/version.el b/lisp/version.el index 9d620df0b3a..1eea92e727c 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")))