Doc fixes for emacs-bzr-* facilities.
lisp/version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.
This commit is contained in:
parent
cfc7d5da20
commit
539aa51394
3 changed files with 10 additions and 6 deletions
|
@ -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
|
||||
|
|
|
@ -3051,7 +3051,7 @@ Optional argument GROUP is the sub-group of slots to display.
|
|||
|
||||
;;;### (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" "\
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue