comparison lisp/version.el @ 4523:6a3006b37260

Fix docstring typo (and commit only this fix).
author Stephen J. Turnbull <stephen@xemacs.org>
date Wed, 29 Oct 2008 03:44:31 +0900
parents fc7067b7f407
children 788c38f20376
comparison
equal deleted inserted replaced
4522:fc7067b7f407 4523:6a3006b37260
32 32
33 (defconst xemacs-betaname 33 (defconst xemacs-betaname
34 (and emacs-beta-version (format "(beta%d)" emacs-beta-version)) 34 (and emacs-beta-version (format "(beta%d)" emacs-beta-version))
35 "Non-nil when this is a test (beta) version of XEmacs. 35 "Non-nil when this is a test (beta) version of XEmacs.
36 Warning, this variable did not exist in XEmacs versions prior to 20.3. 36 Warning, this variable did not exist in XEmacs versions prior to 20.3.
37 It value is derived from `emacs-beta-version'. It is mutually exclusive 37 Its value is derived from `emacs-beta-version'. It is mutually exclusive
38 with `emacs-patch-level'.") 38 with `emacs-patch-level'.")
39 39
40 (defconst emacs-version 40 (defconst emacs-version
41 (format "%d.%d %s%s%s%s%s" 41 (format "%d.%d %s%s%s%s%s"
42 emacs-major-version 42 emacs-major-version