From 3592613a4225f9e2b29998f69e4389a35f4b168f Mon Sep 17 00:00:00 2001 From: John Paul Wallington Date: Sat, 19 Jul 2003 16:22:35 +0000 Subject: [PATCH] (enriched-decode-display-prop): Doc fix. --- lisp/textmodes/enriched.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) -- 2.39.2