aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1996-08-30 18:42:29 +0000
committerRichard M. Stallman1996-08-30 18:42:29 +0000
commitd68e699042158558f17dabd34b643759b0fdb8d9 (patch)
treefaebd2180934739bfeb12eef0f0514cb4eabcd7d
parenta31ca314db28056b6d68b03c79794e3fea161ab8 (diff)
downloademacs-d68e699042158558f17dabd34b643759b0fdb8d9.tar.gz
emacs-d68e699042158558f17dabd34b643759b0fdb8d9.zip
(vc-update-change-log): Doc fix.
-rw-r--r--lisp/vc.el11
1 files changed, 8 insertions, 3 deletions
diff --git a/lisp/vc.el b/lisp/vc.el
index fa44b2336d9..cd496400c6e 100644
--- a/lisp/vc.el
+++ b/lisp/vc.el
@@ -1744,11 +1744,16 @@ A prefix argument means do not revert the buffer afterwards."
1744;;;###autoload 1744;;;###autoload
1745(defun vc-update-change-log (&rest args) 1745(defun vc-update-change-log (&rest args)
1746 "Find change log file and add entries from recent RCS/CVS logs. 1746 "Find change log file and add entries from recent RCS/CVS logs.
1747Normally, find log entries for all registered files in the default
1748directory using `rcs2log', which finds CVS logs preferentially.
1747The mark is left at the end of the text prepended to the change log. 1749The mark is left at the end of the text prepended to the change log.
1750
1748With prefix arg of C-u, only find log entries for the current buffer's file. 1751With prefix arg of C-u, only find log entries for the current buffer's file.
1749With any numeric prefix arg, find log entries for all files currently visited. 1752
1750Otherwise, find log entries for all registered files in the default 1753With any numeric prefix arg, find log entries for all currently visited
1751directory using `rcs2log', which finds CVS logs preferentially. 1754files that are under version control. This puts all the entries in the
1755log for the default directory, which may not be appropriate.
1756
1752From a program, any arguments are assumed to be filenames and are 1757From a program, any arguments are assumed to be filenames and are
1753passed to the `rcs2log' script after massaging to be relative to the 1758passed to the `rcs2log' script after massaging to be relative to the
1754default directory." 1759default directory."