# HG changeset patch # User Richard M. Stallman # Date 1010779878 0 # Node ID cd29af650db00ad0615b2ef6346ca97139994302 # Parent d16bc97d648e7fcfba909818ff2aa9e2264f8f7f Comment change. diff -r d16bc97d648e -r cd29af650db0 lisp/version.el --- 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")))