comparison 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
comparison
equal deleted inserted replaced
95:e8c07a565f9c 96:dbb370e3c29e
132 running. It is useful to include this string in bug reports. 132 running. It is useful to include this string in bug reports.
133 133
134 @example 134 @example
135 @group 135 @group
136 (emacs-version) 136 (emacs-version)
137 @result{} "XEmacs 19.14 [Lucid] (i586-unknown-linux1.2.13) 137 @result{} "XEmacs 20.0 [Lucid] (i586-unknown-linux2.0.18)
138 of Wed Mar 6 1996 on nene" 138 of Wed Feb 6 1997 on nene"
139 @end group 139 @end group
140 @end example 140 @end example
141 141
142 Called interactively, the function prints the same information in the 142 Called interactively, the function prints the same information in the
143 echo area. 143 echo area.
155 @end example 155 @end example
156 @end defvar 156 @end defvar
157 157
158 @defvar emacs-version 158 @defvar emacs-version
159 The value of this variable is the version of Emacs being run. It is a 159 The value of this variable is the version of Emacs being run. It is a
160 string, e.g. @code{"19.14 XEmacs Lucid"}. 160 string, e.g. @code{"20.0 XEmacs Lucid"}.
161 @end defvar 161 @end defvar
162 162
163 The following two variables did not exist before FSF GNU Emacs version 163 The following two variables did not exist before FSF GNU Emacs version
164 19.23 and XEmacs version 19.10, which reduces their usefulness at 164 19.23 and XEmacs version 19.10, which reduces their usefulness at
165 present, but we hope they will be convenient in the future. 165 present, but we hope they will be convenient in the future.
166 166
167 @defvar emacs-major-version 167 @defvar emacs-major-version
168 The major version number of Emacs, as an integer. For XEmacs version 168 The major version number of Emacs, as an integer. For XEmacs version
169 19.14, the value is 19. 169 20.0, the value is 20.
170 @end defvar 170 @end defvar
171 171
172 @defvar emacs-minor-version 172 @defvar emacs-minor-version
173 The minor version number of Emacs, as an integer. For XEmacs version 173 The minor version number of Emacs, as an integer. For XEmacs version
174 19.14, the value is 14. 174 20.0, the value is 0.
175 @end defvar 175 @end defvar
176 176
177 @node Pure Storage 177 @node Pure Storage
178 @appendixsec Pure Storage 178 @appendixsec Pure Storage
179 @cindex pure storage 179 @cindex pure storage