aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2001-03-26 03:14:34 +0000
committerRichard M. Stallman2001-03-26 03:14:34 +0000
commitaab28c42a89450cbd6cebf049d7d85feec4316b8 (patch)
tree4eb78b0ad5fe3f43b8659e07c509770312816a53
parent6a65b1b512446bc33c92efbad765194f681baa30 (diff)
downloademacs-aab28c42a89450cbd6cebf049d7d85feec4316b8.tar.gz
emacs-aab28c42a89450cbd6cebf049d7d85feec4316b8.zip
Minor fix.
-rw-r--r--lispref/intro.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/lispref/intro.texi b/lispref/intro.texi
index fd383d3a647..b1519021cf0 100644
--- a/lispref/intro.texi
+++ b/lispref/intro.texi
@@ -502,7 +502,7 @@ emacs-build-time
502The value of this variable is the version of Emacs being run. It is a 502The value of this variable is the version of Emacs being run. It is a
503string such as @code{"20.3.1"}. The last number in this string is not 503string such as @code{"20.3.1"}. The last number in this string is not
504really part of the Emacs release version number; it is incremented each 504really part of the Emacs release version number; it is incremented each
505time you build Emacs in any given directory. A value with three numeric 505time you build Emacs in any given directory. A value with four numeric
506components, such as @code{"20.3.9.1"}, indicates an unreleased test 506components, such as @code{"20.3.9.1"}, indicates an unreleased test
507version. 507version.
508@end defvar 508@end defvar