emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/emacs-24 r107969: Doc fixes for emacs-bzr-*


From: Eli Zaretskii
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-24 r107969: Doc fixes for emacs-bzr-* facilities.
Date: Fri, 02 Nov 2012 02:25:20 -0000
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 107969
committer: Eli Zaretskii <address@hidden>
branch nick: trunk
timestamp: Fri 2012-04-20 08:47:55 +0300
message:
  Doc fixes for emacs-bzr-* facilities.
  
   lisp/version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.
modified:
  lisp/ChangeLog
  lisp/emacs-lisp/eieio.el
  lisp/version.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2012-04-19 22:02:25 +0000
+++ b/lisp/ChangeLog    2012-04-20 05:47:55 +0000
@@ -1,3 +1,7 @@
+2012-04-20  Eli Zaretskii  <address@hidden>
+
+       * version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.
+
 2012-04-19  Stefan Monnier  <address@hidden>
 
        * electric.el (electric-indent-post-self-insert-function): Check that

=== modified file 'lisp/emacs-lisp/eieio.el'
--- a/lisp/emacs-lisp/eieio.el  2012-04-09 13:05:48 +0000
+++ b/lisp/emacs-lisp/eieio.el  2012-04-20 05:47:55 +0000
@@ -3051,7 +3051,7 @@
 
 ;;;### (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 @@
 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 @@
 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" "\

=== modified file 'lisp/version.el'
--- a/lisp/version.el   2012-04-09 23:03:33 +0000
+++ b/lisp/version.el   2012-04-20 05:47:55 +0000
@@ -81,13 +81,15 @@
 
 ;; 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.
 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]