From fd5c0bcc3b5e72e6a6b1f91b3257ef9d9d042fd4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ulrich=20M=C3=BCller?= Date: Sat, 17 Jan 2015 23:19:15 +0100 Subject: Update docstring of emacs-repository-get-version. * version.el (emacs-repository-get-version): Update docstring. --- lisp/version.el | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'lisp/version.el') 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...") -- cgit v1.2.1