diff options
| author | Richard M. Stallman | 2001-03-26 03:14:34 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2001-03-26 03:14:34 +0000 |
| commit | aab28c42a89450cbd6cebf049d7d85feec4316b8 (patch) | |
| tree | 4eb78b0ad5fe3f43b8659e07c509770312816a53 | |
| parent | 6a65b1b512446bc33c92efbad765194f681baa30 (diff) | |
| download | emacs-aab28c42a89450cbd6cebf049d7d85feec4316b8.tar.gz emacs-aab28c42a89450cbd6cebf049d7d85feec4316b8.zip | |
Minor fix.
| -rw-r--r-- | lispref/intro.texi | 2 |
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 | |||
| 502 | The value of this variable is the version of Emacs being run. It is a | 502 | The value of this variable is the version of Emacs being run. It is a |
| 503 | string such as @code{"20.3.1"}. The last number in this string is not | 503 | string such as @code{"20.3.1"}. The last number in this string is not |
| 504 | really part of the Emacs release version number; it is incremented each | 504 | really part of the Emacs release version number; it is incremented each |
| 505 | time you build Emacs in any given directory. A value with three numeric | 505 | time you build Emacs in any given directory. A value with four numeric |
| 506 | components, such as @code{"20.3.9.1"}, indicates an unreleased test | 506 | components, such as @code{"20.3.9.1"}, indicates an unreleased test |
| 507 | version. | 507 | version. |
| 508 | @end defvar | 508 | @end defvar |