diff options
author | Ulrich Müller <ulm@gentoo.org> | 2015-01-17 23:19:15 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2015-01-17 23:19:15 +0100 |
commit | fd5c0bcc3b5e72e6a6b1f91b3257ef9d9d042fd4 (patch) | |
tree | d834e10516c097962c1ebf254c53118eafce0f40 /lisp/version.el | |
parent | 0aaa5d699bf95afb152317f0788b8e2d2042f59d (diff) | |
download | emacs-fd5c0bcc3b5e72e6a6b1f91b3257ef9d9d042fd4.tar.gz |
Update docstring of emacs-repository-get-version.
* version.el (emacs-repository-get-version): Update docstring.
Diffstat (limited to 'lisp/version.el')
-rw-r--r-- | lisp/version.el | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/lisp/version.el b/lisp/version.el index 43778739ba6..1837cbf0a85 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...") |