mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-20 10:23:57 +00:00
(enriched-decode-display-prop): Doc fix.
This commit is contained in:
parent
b27a51dbfc
commit
3592613a42
@ -462,7 +462,7 @@ has the form `(ANNOTATION PARAM ...)'."
|
||||
"Decode a `display' property for text between START and END.
|
||||
PARAM is a `<param>' found for the property.
|
||||
Value is a list `(START END SYMBOL VALUE)' with START and END denoting
|
||||
the range of text to assign text property SYMBOL with value VALUE "
|
||||
the range of text to assign text property SYMBOL with value VALUE."
|
||||
(let ((prop (when (stringp param)
|
||||
(condition-case ()
|
||||
(car (read-from-string param))
|
||||
|
Loading…
Reference in New Issue
Block a user