aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Monnier2007-10-23 00:47:58 +0000
committerStefan Monnier2007-10-23 00:47:58 +0000
commit480bda51b96e3c1c5d2c5abee19f8550cc1fd37f (patch)
tree9016b29307bc162e563aad6044427a6f57876b0e
parentb8e4cd1d74a215eb2cf3f62f7e7ec89c2a1253b7 (diff)
downloademacs-480bda51b96e3c1c5d2c5abee19f8550cc1fd37f.tar.gz
emacs-480bda51b96e3c1c5d2c5abee19f8550cc1fd37f.zip
Typo in docstring.
-rw-r--r--lisp/vc.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/vc.el b/lisp/vc.el
index af1ce9440da..d532ea48ad8 100644
--- a/lisp/vc.el
+++ b/lisp/vc.el
@@ -1774,7 +1774,7 @@ saving the buffer."
1774 "List the differences between FILE's versions REV1 and REV2. 1774 "List the differences between FILE's versions REV1 and REV2.
1775If REV1 is empty or nil it means to use the current workfile version; 1775If REV1 is empty or nil it means to use the current workfile version;
1776REV2 empty or nil means the current file contents. FILE may also be 1776REV2 empty or nil means the current file contents. FILE may also be
1777a directory, in that case, generate diffs between the correponding 1777a directory, in that case, generate diffs between the corresponding
1778versions of all registered files in or below it." 1778versions of all registered files in or below it."
1779 (interactive 1779 (interactive
1780 (let* ((file (expand-file-name 1780 (let* ((file (expand-file-name