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
431af6a4
Commit
431af6a4
authored
Mar 25, 2010
by
Dan Nicolaescu
Committed by
Chong Yidong
Mar 25, 2010
Browse files
* vc.el (vc-root-diff): Doc fix.
parent
06d62b99
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
3 deletions
+8
-3
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/vc.el
lisp/vc.el
+4
-3
No files found.
lisp/ChangeLog
View file @
431af6a4
2010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
* vc.el (vc-root-diff): Doc fix.
2010-03-25 Chong Yidong <cyd@stupidchicken.com>
* vc.el (vc-print-log, vc-print-root-log): Doc fix.
...
...
lisp/vc.el
View file @
431af6a4
...
...
@@ -1609,9 +1609,10 @@ saving the buffer."
;;;###autoload
(
defun
vc-root-diff
(
historic
&optional
not-urgent
)
"Display diffs between file revisions.
Normally this compares the currently selected fileset with their
working revisions. With a prefix argument HISTORIC, it reads two revision
"Display diffs between VC-controlled whole tree revisions.
Normally, this compares the tree corresponding to the current
fileset with the working revision.
With a prefix argument HISTORIC, prompt for two revision
designators specifying which revisions to compare.
The optional argument NOT-URGENT non-nil means it is ok to say no to
...
...
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