diff options
author | Stefan Kangas <stefan@marxist.se> | 2021-09-24 14:46:56 +0200 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2021-09-26 13:23:57 +0200 |
commit | c78e16962e63895d340f80cf245fad568a7da770 (patch) | |
tree | fd8912ae6e025f7c20ecce2eea1708e092a5093f /lisp/vc/vc.el | |
parent | f4ea15907aeb020b80d021a8d6bf212bcde08ab9 (diff) | |
download | emacs-c78e16962e63895d340f80cf245fad568a7da770.tar.gz emacs-c78e16962e63895d340f80cf245fad568a7da770.tar.bz2 emacs-c78e16962e63895d340f80cf245fad568a7da770.zip |
; Adjust overly long docstrings to fit 80 characters
Diffstat (limited to 'lisp/vc/vc.el')
-rw-r--r-- | lisp/vc/vc.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/vc/vc.el b/lisp/vc/vc.el index 7d3b0f56f60..5b259fcdb33 100644 --- a/lisp/vc/vc.el +++ b/lisp/vc/vc.el @@ -2624,7 +2624,7 @@ with its diffs (if the underlying VCS supports that)." ;;;###autoload (defun vc-log-incoming (&optional remote-location) - "Show a log of changes that will be received with a pull operation from REMOTE-LOCATION. + "Show log of changes that will be received with pull from REMOTE-LOCATION. When called interactively with a prefix argument, prompt for REMOTE-LOCATION." (interactive (when current-prefix-arg @@ -2637,7 +2637,7 @@ When called interactively with a prefix argument, prompt for REMOTE-LOCATION." ;;;###autoload (defun vc-log-outgoing (&optional remote-location) - "Show a log of changes that will be sent with a push operation to REMOTE-LOCATION. + "Show log of changes that will be sent with a push operation to REMOTE-LOCATION. When called interactively with a prefix argument, prompt for REMOTE-LOCATION." (interactive (when current-prefix-arg |