commit: Improve beta-version-name docstring.

Stephen Turnbull unwelcome-guest at alioth.debian.org
Sun Oct 26 21:32:31 EDT 2008


changeset:   4519:41c84a94258b8689c6af62e04ef3c2abcbe0db58
user:        Stephen J. Turnbull <stephen at xemacs.org>
date:        Tue Sep 30 12:35:05 2008 +0900
files:       lisp/ChangeLog lisp/version.el
description:
Improve beta-version-name docstring.


diff -r e0a8c796f955d2559194ffbf875c1d415087f99d -r 41c84a94258b8689c6af62e04ef3c2abcbe0db58 lisp/ChangeLog
--- 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-27  Stephen J. Turnbull  <stephe
+2008-09-30  Stephen J. Turnbull  <stephen at xemacs.org>
+
+	* version.el (xemacs-betaname):
+	Document relation to other version variables.
+
 2008-09-27  Stephen J. Turnbull  <stephen at xemacs.org>
 
 	* subr.el (with-string-as-buffer-contents):
diff -r e0a8c796f955d2559194ffbf875c1d415087f99d -r 41c84a94258b8689c6af62e04ef3c2abcbe0db58 lisp/version.el
--- 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"





More information about the XEmacs-Patches mailing list