changeset 4519:41c84a94258b

Improve beta-version-name docstring.
author Stephen J. Turnbull <stephen@xemacs.org>
date Tue, 30 Sep 2008 12:35:05 +0900
parents e0a8c796f955
children 279cadceaa13
files lisp/ChangeLog lisp/version.el
diffstat 2 files changed, 8 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Sat Sep 27 16:38:11 2008 +0900
+++ b/lisp/ChangeLog	Tue Sep 30 12:35:05 2008 +0900
@@ -1,3 +1,8 @@
+2008-09-30  Stephen J. Turnbull  <stephen@xemacs.org>
+
+	* version.el (xemacs-betaname):
+	Document relation to other version variables.
+
 2008-09-27  Stephen J. Turnbull  <stephen@xemacs.org>
 
 	* subr.el (with-string-as-buffer-contents):
--- a/lisp/version.el	Sat Sep 27 16:38:11 2008 +0900
+++ b/lisp/version.el	Tue Sep 30 12:35:05 2008 +0900
@@ -33,7 +33,9 @@
 (defconst xemacs-betaname
   (and emacs-beta-version (format "(beta%d)" emacs-beta-version))
   "Non-nil when this is a test (beta) version of XEmacs.
-Warning, this variable did not exist in XEmacs versions prior to 20.3")
+Warning, this variable did not exist in XEmacs versions prior to 20.3.
+It value is derived from `emacs-beta-version'.  It is mutually exclusive
+with `emacs-patch-level'.")
 
 (defconst emacs-version
   (format "%d.%d %s%s%s%s%s"