Mercurial > hg > xemacs-beta
comparison lisp/version.el @ 4521:383ab474a241
Fix docstring typo.
author | Stephen J. Turnbull <stephen@xemacs.org> |
---|---|
date | Tue, 28 Oct 2008 10:38:26 +0900 |
parents | 41c84a94258b |
children | fc7067b7f407 |
comparison
equal
deleted
inserted
replaced
4520:279cadceaa13 | 4521:383ab474a241 |
---|---|
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 |