diff lisp/version.el @ 4519:41c84a94258b

Improve beta-version-name docstring.
author Stephen J. Turnbull <stephen@xemacs.org>
date Tue, 30 Sep 2008 12:35:05 +0900
parents 9fec7fedbf1b
children 383ab474a241
line wrap: on
line diff
--- 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"