Mercurial > emacs
changeset 42656:cd29af650db0
Comment change.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 11 Jan 2002 20:11:18 +0000 |
parents | d16bc97d648e |
children | e5083d725922 |
files | lisp/version.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/version.el Fri Jan 11 15:28:56 2002 +0000 +++ b/lisp/version.el Fri Jan 11 20:11:18 2002 +0000 @@ -79,7 +79,7 @@ ;; 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")))