; Fix 'add-face-text-property' shortdoc
* lisp/emacs-lisp/shortdoc.el (text-properties): Add missing ':no-eval' keyword. (Bug#67138)
This commit is contained in:
parent
3fff22eb20
commit
f98637b51b
1 changed files with 1 additions and 1 deletions
|
@ -1384,7 +1384,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