mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
Merge from origin/emacs-29
32a32853ceTypofix in the doc/lispref/modes.texif98637b51b; Fix 'add-face-text-property' shortdoc3fff22eb20Fix spell-checking email message with citations
This commit is contained in:
commit
f99de40efc
3 changed files with 4 additions and 3 deletions
|
|
@ -3974,7 +3974,8 @@ You can bind this to the key C-c i in GNUS or mail by adding to
|
|||
(point-max)))
|
||||
(t (min (point-max) (funcall ispell-message-text-end))))))
|
||||
(default-prefix ; Vanilla cite prefix (just used for cite-regexp)
|
||||
(if (ispell-non-empty-string mail-yank-prefix)
|
||||
(if mail-yank-prefix
|
||||
(ispell-non-empty-string mail-yank-prefix)
|
||||
" \\|\t"))
|
||||
(cite-regexp ;Prefix of quoted text
|
||||
(cond
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue