Mercurial > hg > xemacs-beta
diff man/lispref/building.texi @ 96:dbb370e3c29e r20-0final
Import from CVS: tag r20-0final
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:12:40 +0200 |
parents | 131b0175ea99 |
children | cca96a509cfe |
line wrap: on
line diff
--- a/man/lispref/building.texi Mon Aug 13 09:12:11 2007 +0200 +++ b/man/lispref/building.texi Mon Aug 13 09:12:40 2007 +0200 @@ -134,8 +134,8 @@ @example @group (emacs-version) - @result{} "XEmacs 19.14 [Lucid] (i586-unknown-linux1.2.13) - of Wed Mar 6 1996 on nene" + @result{} "XEmacs 20.0 [Lucid] (i586-unknown-linux2.0.18) + of Wed Feb 6 1997 on nene" @end group @end example @@ -157,7 +157,7 @@ @defvar emacs-version The value of this variable is the version of Emacs being run. It is a -string, e.g. @code{"19.14 XEmacs Lucid"}. +string, e.g. @code{"20.0 XEmacs Lucid"}. @end defvar The following two variables did not exist before FSF GNU Emacs version @@ -166,12 +166,12 @@ @defvar emacs-major-version The major version number of Emacs, as an integer. For XEmacs version -19.14, the value is 19. +20.0, the value is 20. @end defvar @defvar emacs-minor-version The minor version number of Emacs, as an integer. For XEmacs version -19.14, the value is 14. +20.0, the value is 0. @end defvar @node Pure Storage