From: John Paul Wallington Date: Sat, 19 Jul 2003 16:22:35 +0000 (+0000) Subject: (enriched-decode-display-prop): Doc fix. X-Git-Tag: ttn-vms-21-2-B4~9303 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3592613a4225f9e2b29998f69e4389a35f4b168f;p=emacs.git (enriched-decode-display-prop): Doc fix. --- diff --git a/lisp/textmodes/enriched.el b/lisp/textmodes/enriched.el index e74cb6b8ba7..acbef7ae18e 100644 --- a/lisp/textmodes/enriched.el +++ b/lisp/textmodes/enriched.el @@ -462,7 +462,7 @@ has the form `(ANNOTATION PARAM ...)'." "Decode a `display' property for text between START and END. PARAM is a `' 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))