Merge from origin/emacs-29

32a32853ce Typofix in the doc/lispref/modes.texi
f98637b51b ; Fix 'add-face-text-property' shortdoc
3fff22eb20 Fix spell-checking email message with citations
This commit is contained in:
Eli Zaretskii 2023-11-18 06:07:47 -05:00
commit f99de40efc
3 changed files with 4 additions and 3 deletions

View file

@ -2692,7 +2692,7 @@ display in pixels, by multiplying the value of this variable by the
value returned by @code{frame-char-width} (@pxref{Frame Font}), and
then use the result to align header-line text using the
@code{:align-to} display property spec (@pxref{Specified Space}) in
pixels on the relevant parts of @code{header-line-frormat}.
pixels on the relevant parts of @code{header-line-format}.
@end defvar
@defun window-header-line-height &optional window

View file

@ -1388,7 +1388,7 @@ A FUNC form can have any number of `:no-eval' (or `:no-value'),
(set-text-properties
:no-eval (set-text-properties (point) (1+ (point)) '(face error)))
(add-face-text-property
(add-face-text-property START END '(:foreground "green")))
:no-eval (add-face-text-property START END '(:foreground "green")))
(propertize
:eval (propertize "foo" 'face 'italic 'mouse-face 'bold-italic))
"Searching for Text Properties"

View file

@ -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