diff options
| author | Stefan Monnier | 2011-04-20 14:39:39 -0300 |
|---|---|---|
| committer | Stefan Monnier | 2011-04-20 14:39:39 -0300 |
| commit | 024ff1707e4a301b21b9de14ab64a406b92dd19f (patch) | |
| tree | e30153c180570c2ac7b6b7e3e7411dfc4dfb0f6c /doc | |
| parent | 1c6c854ec7faf9184115245c7e300df89f1795bc (diff) | |
| download | emacs-024ff1707e4a301b21b9de14ab64a406b92dd19f.tar.gz emacs-024ff1707e4a301b21b9de14ab64a406b92dd19f.zip | |
* lisp/vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
we're in VC after all.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/emacs/ChangeLog | 3 | ||||
| -rw-r--r-- | doc/emacs/maintaining.texi | 8 |
2 files changed, 5 insertions, 6 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index d20c529f043..c6405019ddb 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | 2011-04-20 Christoph Scholtes <cschol2112@googlemail.com> | 1 | 2011-04-20 Christoph Scholtes <cschol2112@googlemail.com> |
| 2 | 2 | ||
| 3 | * maintaining.texi (Old Revisions): Add paragraph on new function | 3 | * maintaining.texi (Old Revisions): Mention new function vc-ediff. |
| 4 | vc-ediff. | ||
| 5 | 4 | ||
| 6 | 2011-03-26 Chong Yidong <cyd@stupidchicken.com> | 5 | 2011-03-26 Chong Yidong <cyd@stupidchicken.com> |
| 7 | 6 | ||
diff --git a/doc/emacs/maintaining.texi b/doc/emacs/maintaining.texi index bc7484b0557..8f395ba9563 100644 --- a/doc/emacs/maintaining.texi +++ b/doc/emacs/maintaining.texi | |||
| @@ -746,10 +746,10 @@ current directory and its subdirectories. | |||
| 746 | 746 | ||
| 747 | @findex vc-ediff | 747 | @findex vc-ediff |
| 748 | The function @code{vc-ediff} works like @code{vc-diff} and provides a way to | 748 | The function @code{vc-ediff} works like @code{vc-diff} and provides a way to |
| 749 | visually compare two revisions of a file an Ediff session, @pxref{Top, Ediff, | 749 | visually compare two revisions of a file in an Ediff session, @pxref{Top, |
| 750 | ediff, The Ediff Manual}. It compares the file associated with the current | 750 | Ediff, ediff, The Ediff Manual}. It compares the file associated with the |
| 751 | buffer with the last repository revision. To compare two arbitrary revisions | 751 | current buffer with the last repository revision. To compare two arbitrary |
| 752 | of the current file, call @code{vc-ediff} with a prefix argument. | 752 | revisions of the current file, call @code{vc-ediff} with a prefix argument. |
| 753 | 753 | ||
| 754 | @vindex vc-diff-switches | 754 | @vindex vc-diff-switches |
| 755 | @vindex vc-rcs-diff-switches | 755 | @vindex vc-rcs-diff-switches |