Mercurial > emacs
changeset 15989:2813c68432c9
(vc-update-change-log): Doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 30 Aug 1996 18:42:29 +0000 |
parents | 6a1a664be9f6 |
children | 1185f8fc0bfb |
files | lisp/vc.el |
diffstat | 1 files changed, 8 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/vc.el Fri Aug 30 16:59:20 1996 +0000 +++ b/lisp/vc.el Fri Aug 30 18:42:29 1996 +0000 @@ -1744,11 +1744,16 @@ ;;;###autoload (defun vc-update-change-log (&rest args) "Find change log file and add entries from recent RCS/CVS logs. +Normally, find log entries for all registered files in the default +directory using `rcs2log', which finds CVS logs preferentially. The mark is left at the end of the text prepended to the change log. + With prefix arg of C-u, only find log entries for the current buffer's file. -With any numeric prefix arg, find log entries for all files currently visited. -Otherwise, find log entries for all registered files in the default -directory using `rcs2log', which finds CVS logs preferentially. + +With any numeric prefix arg, find log entries for all currently visited +files that are under version control. This puts all the entries in the +log for the default directory, which may not be appropriate. + From a program, any arguments are assumed to be filenames and are passed to the `rcs2log' script after massaging to be relative to the default directory."