Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
d68e6990
Commit
d68e6990
authored
Aug 30, 1996
by
Richard M. Stallman
Browse files
(vc-update-change-log): Doc fix.
parent
a31ca314
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
3 deletions
+8
-3
lisp/vc.el
lisp/vc.el
+8
-3
No files found.
lisp/vc.el
View file @
d68e6990
...
@@ -1744,11 +1744,16 @@ A prefix argument means do not revert the buffer afterwards."
...
@@ -1744,11 +1744,16 @@ A prefix argument means do not revert the buffer afterwards."
;;;###autoload
;;;###autoload
(
defun
vc-update-change-log
(
&rest
args
)
(
defun
vc-update-change-log
(
&rest
args
)
"Find change log file and add entries from recent RCS/CVS logs.
"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.
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 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
With any numeric prefix arg, find log entries for all currently visited
directory using `rcs2log', which finds CVS logs preferentially.
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
From a program, any arguments are assumed to be filenames and are
passed to the `rcs2log' script after massaging to be relative to the
passed to the `rcs2log' script after massaging to be relative to the
default directory."
default directory."
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment