1
0
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:
John Paul Wallington 2003-07-19 16:22:35 +00:00
parent b27a51dbfc
commit 3592613a42

View File

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