diff options
author | Lars Magne Ingebrigtsen <larsi@gnus.org> | 2011-07-11 17:03:24 +0200 |
---|---|---|
committer | Lars Magne Ingebrigtsen <larsi@gnus.org> | 2011-07-11 17:03:24 +0200 |
commit | be958f1d65a2d843b35824dfe30db24b616f6b21 (patch) | |
tree | d3c30f11295fb332c2af686a7b92e8061565057b /lisp/vc | |
parent | 5bedb26cb8cc705c14a3e6e8d5474bf220345775 (diff) | |
download | emacs-be958f1d65a2d843b35824dfe30db24b616f6b21.tar.gz |
(ediff-patch-file): Clarify doc string
Fixes: debbugs:3138
Diffstat (limited to 'lisp/vc')
-rw-r--r-- | lisp/vc/ediff.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/vc/ediff.el b/lisp/vc/ediff.el index 5e352493dc9..464fdc0a589 100644 --- a/lisp/vc/ediff.el +++ b/lisp/vc/ediff.el @@ -1348,7 +1348,7 @@ buffer." ;;;###autoload (defun ediff-patch-file (&optional arg patch-buf) - "Run Ediff by patching SOURCE-FILENAME. + "Query for a file name, and then run Ediff by patching that file. If optional PATCH-BUF is given, use the patch in that buffer and don't ask the user. If prefix argument, then: if even argument, assume that the patch is in a |