]> git.eshelyaron.com Git - emacs.git/commitdiff
Doc fixes for emacs-bzr-* facilities.
authorEli Zaretskii <eliz@gnu.org>
Fri, 20 Apr 2012 05:47:55 +0000 (08:47 +0300)
committerEli Zaretskii <eliz@gnu.org>
Fri, 20 Apr 2012 05:47:55 +0000 (08:47 +0300)
 lisp/version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.

lisp/ChangeLog
lisp/emacs-lisp/eieio.el
lisp/version.el

index d89818e836e391facd26e680dea8d82404de5cbc..5529db59a0c94d4a2d330eac33466af0cc17a1f8 100644 (file)
@@ -1,3 +1,7 @@
+2012-04-20  Eli Zaretskii  <eliz@gnu.org>
+
+       * version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.
+
 2012-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * electric.el (electric-indent-post-self-insert-function): Check that
index f1c1bf8965c6b73a892a6ce9fad85bd719e94515..768eba58ee1b976916911188e63f6e29ba2beba3 100644 (file)
@@ -3051,7 +3051,7 @@ Optional argument GROUP is the sub-group of slots to display.
 \f
 ;;;### (autoloads (eieio-help-mode-augmentation-maybee eieio-describe-generic
 ;;;;;;  eieio-describe-constructor eieio-describe-class eieio-browse)
-;;;;;;  "eieio-opt" "eieio-opt.el" "e2814881441ad23759409687502f0ee1")
+;;;;;;  "eieio-opt" "eieio-opt.el" "d808328f9c0156ecbd412d77ba8c569e")
 ;;; Generated autoloads from eieio-opt.el
 
 (autoload 'eieio-browse "eieio-opt" "\
@@ -3060,7 +3060,6 @@ If optional ROOT-CLASS, then start with that, otherwise start with
 variable `eieio-default-superclass'.
 
 \(fn &optional ROOT-CLASS)" t nil)
-
 (defalias 'describe-class 'eieio-describe-class)
 
 (autoload 'eieio-describe-class "eieio-opt" "\
@@ -3075,7 +3074,6 @@ Describe the constructor function FCN.
 Uses `eieio-describe-class' to describe the class being constructed.
 
 \(fn FCN)" t nil)
-
 (defalias 'describe-generic 'eieio-describe-generic)
 
 (autoload 'eieio-describe-generic "eieio-opt" "\
index 56e19147b2c0c6bb65efa316d30a07c4bb0a7a99..38be0e7fd574a10ccac76d8a41a48c9dfbe20d27 100644 (file)
@@ -81,13 +81,15 @@ to the system configuration; look at `system-configuration' instead."
 
 ;; Set during dumping, this is a defvar so that it can be setq'd.
 (defvar emacs-bzr-version nil "\
-String giving the bzr revision number from which this Emacs was built.
-This is nil if Emacs was not built from a bzr checkout, or if we could
+String giving the bzr revision from which this Emacs was built.
+Value is the bzr revision number and a revision ID separated by a blank.
+Value is nil if Emacs was not built from a bzr checkout, or if we could
 not determine the revision.")
 
 (defun emacs-bzr-get-version (&optional dir) "\
 Try to return as a string the bzr revision number of the Emacs sources.
-Returns nil if the sources do not seem to be under bzr, or if we could
+Value is the bzr revision number and a revision ID separated by a blank.
+Value is nil if the sources do not seem to be under bzr, or if we could
 not determine the revision.  Note that this reports on the current state
 of the sources, which may not correspond to the running Emacs.