; More stylistic docfixes in vc/*.el found by checkdoc
This commit is contained in:
parent
3e13433ea9
commit
b2164df86b
17 changed files with 296 additions and 270 deletions
|
@ -897,8 +897,7 @@ The car of the list is the current branch."
|
|||
(declare-function log-edit--toggle-amend "log-edit" (last-msg-fn))
|
||||
|
||||
(defun vc-git-log-edit-toggle-signoff ()
|
||||
"Toggle whether to add the \"Signed-off-by\" line at the end of
|
||||
the commit message."
|
||||
"Toggle whether to add the \"Signed-off-by\" line at the end of commit message."
|
||||
(interactive)
|
||||
(log-edit-toggle-header "Sign-Off" "yes"))
|
||||
|
||||
|
@ -1613,8 +1612,8 @@ before it is executed.
|
|||
With two \\[universal-argument] prefixes, directly edit and run `grep-command'.
|
||||
|
||||
Collect output in a buffer. While git grep runs asynchronously, you
|
||||
can use \\[next-error] (M-x next-error), or \\<grep-mode-map>\\[compile-goto-error] \
|
||||
in the grep output buffer,
|
||||
can use \\[next-error] (`next-error'), or \\<grep-mode-map>\
|
||||
\\[compile-goto-error] in the grep output buffer,
|
||||
to go to the lines where grep found matches.
|
||||
|
||||
This command shares argument histories with \\[rgrep] and \\[grep]."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue