Merge from origin/emacs-29
32a32853ce
Typofix in the doc/lispref/modes.texif98637b51b
; Fix 'add-face-text-property' shortdoc3fff22eb20
Fix spell-checking email message with citations
This commit is contained in:
commit
f99de40efc
3 changed files with 4 additions and 3 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue