mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 18:40:39 -08:00
Fix some quoting glitches in doc strings
This commit is contained in:
parent
269796288a
commit
6b4a97c1c7
74 changed files with 176 additions and 175 deletions
|
|
@ -282,9 +282,9 @@ If VALUE is nil, use `mh-extract-from-attribution-verb'."
|
|||
|
||||
(defun mh-identity-handler-default (field action top &optional value)
|
||||
"Process header FIELD.
|
||||
The ACTION is one of 'remove or 'add. If TOP is non-nil, add the
|
||||
The ACTION is one of `remove' or `add'. If TOP is non-nil, add the
|
||||
field and its VALUE at the top of the header, else add it at the
|
||||
bottom of the header. If action is 'add, the VALUE is added."
|
||||
bottom of the header. If action is `add', the VALUE is added."
|
||||
(let ((field-colon (if (string-match "^.*:$" field)
|
||||
field
|
||||
(concat field ":"))))
|
||||
|
|
|
|||
|
|
@ -952,7 +952,7 @@ callable from a mouse button."
|
|||
(defun mh-insert-prefix-string (mh-ins-string)
|
||||
"Insert prefix string before each line in buffer.
|
||||
The inserted letter is cited using `sc-cite-original' if
|
||||
`mh-yank-behavior' is one of 'supercite or 'autosupercite.
|
||||
`mh-yank-behavior' is one of `supercite' or `autosupercite'.
|
||||
Otherwise, simply insert MH-INS-STRING before each line."
|
||||
(goto-char (point-min))
|
||||
(cond ((or (eq mh-yank-behavior 'supercite)
|
||||
|
|
|
|||
|
|
@ -1329,7 +1329,7 @@ is used to search."
|
|||
"Read the next result.
|
||||
Parse it and return the message folder, message index and the
|
||||
match. If no other matches left then return nil. If the current
|
||||
record is invalid return 'error."
|
||||
record is invalid return `error'."
|
||||
(prog1
|
||||
(cl-block nil
|
||||
(when (eobp)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue