diff man/lispref/building.texi @ 120:cca96a509cfe r20-1b12

Import from CVS: tag r20-1b12
author cvs
date Mon, 13 Aug 2007 09:25:29 +0200
parents dbb370e3c29e
children 8626e4521993
line wrap: on
line diff
--- a/man/lispref/building.texi	Mon Aug 13 09:24:19 2007 +0200
+++ b/man/lispref/building.texi	Mon Aug 13 09:25:29 2007 +0200
@@ -134,8 +134,8 @@
 @example
 @group
 (emacs-version)
-  @result{} "XEmacs 20.0 [Lucid] (i586-unknown-linux2.0.18)
-                 of Wed Feb  6 1997 on nene"
+  @result{} "XEmacs 20.1 [Lucid] (i586-unknown-linux2.0.29)
+                 of Mon Apr  7 1997 on altair.xemacs.org"
 @end group
 @end example
 
@@ -149,15 +149,15 @@
 
 @example
 @group
-emacs-build-time
-     @result{} "Wed Mar  6 14:55:57 1996"
+emacs-build-time "Mon Apr  7 20:28:52 1997"
+     @result{} 
 @end group
 @end example
 @end defvar
 
 @defvar emacs-version
 The value of this variable is the version of Emacs being run.  It is a
-string, e.g. @code{"20.0 XEmacs Lucid"}.
+string, e.g. @code{"20.1 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
-20.0, the value is 20.
+20.1, the value is 20.
 @end defvar
 
 @defvar emacs-minor-version
 The minor version number of Emacs, as an integer.  For XEmacs version
-20.0, the value is 0.
+20.1, the value is 1.
 @end defvar
 
 @node Pure Storage