]> git.eshelyaron.com Git - emacs.git/commitdiff
Update docstring of emacs-repository-get-version.
authorUlrich Müller <ulm@gentoo.org>
Sat, 17 Jan 2015 22:19:15 +0000 (23:19 +0100)
committerUlrich Müller <ulm@gentoo.org>
Sat, 17 Jan 2015 22:19:15 +0000 (23:19 +0100)
* version.el (emacs-repository-get-version): Update docstring.

lisp/ChangeLog
lisp/version.el

index bf5f60db13e59c3cd0ae35bcc4aaaa8d1991da91..cce686b5f1dc329a0766693377cf335f34d1cfbb 100644 (file)
@@ -1,3 +1,7 @@
+2015-01-17  Ulrich Müller  <ulm@gentoo.org>
+
+       * version.el (emacs-repository-get-version): Update docstring.
+
 2015-01-17  Ivan Shmakov  <ivan@siamics.net>
 
        * url/url-cookie.el (url-cookie-write-file): Let-bind print-length
index 43778739ba60b357cdfd610ceb9189b54ce112dc..1837cbf0a85c3cbcdf1d0edfa89fcadb5fe21ee3 100644 (file)
@@ -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...")