diff options
| author | Stefan Monnier | 2007-10-23 00:47:58 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2007-10-23 00:47:58 +0000 |
| commit | 480bda51b96e3c1c5d2c5abee19f8550cc1fd37f (patch) | |
| tree | 9016b29307bc162e563aad6044427a6f57876b0e | |
| parent | b8e4cd1d74a215eb2cf3f62f7e7ec89c2a1253b7 (diff) | |
| download | emacs-480bda51b96e3c1c5d2c5abee19f8550cc1fd37f.tar.gz emacs-480bda51b96e3c1c5d2c5abee19f8550cc1fd37f.zip | |
Typo in docstring.
| -rw-r--r-- | lisp/vc.el | 2 |
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. |
| 1775 | If REV1 is empty or nil it means to use the current workfile version; | 1775 | If REV1 is empty or nil it means to use the current workfile version; |
| 1776 | REV2 empty or nil means the current file contents. FILE may also be | 1776 | REV2 empty or nil means the current file contents. FILE may also be |
| 1777 | a directory, in that case, generate diffs between the correponding | 1777 | a directory, in that case, generate diffs between the corresponding |
| 1778 | versions of all registered files in or below it." | 1778 | versions of all registered files in or below it." |
| 1779 | (interactive | 1779 | (interactive |
| 1780 | (let* ((file (expand-file-name | 1780 | (let* ((file (expand-file-name |