emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master fd5c0bc: Update docstring of emacs-repository-get-v


From: Ulrich Müller
Subject: [Emacs-diffs] master fd5c0bc: Update docstring of emacs-repository-get-version.
Date: Sat, 17 Jan 2015 22:18:56 +0000

branch: master
commit fd5c0bcc3b5e72e6a6b1f91b3257ef9d9d042fd4
Author: Ulrich Müller <address@hidden>
Commit: Ulrich Müller <address@hidden>

    Update docstring of emacs-repository-get-version.
    
    * version.el (emacs-repository-get-version): Update docstring.
---
 lisp/ChangeLog  |    4 ++++
 lisp/version.el |    6 ++----
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index bf5f60d..cce686b 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
+2015-01-17  Ulrich Müller  <address@hidden>
+
+       * version.el (emacs-repository-get-version): Update docstring.
+
 2015-01-17  Ivan Shmakov  <address@hidden>
 
        * url/url-cookie.el (url-cookie-write-file): Let-bind print-length
diff --git a/lisp/version.el b/lisp/version.el
index 4377873..1837cbf 100644
--- a/lisp/version.el
+++ b/lisp/version.el
@@ -105,10 +105,8 @@ this reports on the current state of the sources, which 
may not
 correspond to the running Emacs.
 
 Optional argument DIR is a directory to use instead of
-`source-directory'.  Optional argument EXTERNAL non-nil means to
-maybe ask the VCS itself, if the sources appear to be under
-version control.  If `force', always ask.  the VCS. Otherwise
-only ask the VCS if we cannot find any information ourselves."
+`source-directory'.  Optional argument EXTERNAL is ignored and is
+retained for compatibility."
   (or dir (setq dir source-directory))
   (cond ((file-directory-p (expand-file-name ".git" dir))
         (message "Waiting for git...")



reply via email to

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