# HG changeset patch # User John Paul Wallington # Date 1058631755 0 # Node ID d4560e85f83c7972b286f81657514d26139f301f # Parent e56cb5adb76fb572eac7fe8dc888102374ab2aef (enriched-decode-display-prop): Doc fix. diff -r e56cb5adb76f -r d4560e85f83c lisp/textmodes/enriched.el --- a/lisp/textmodes/enriched.el Sat Jul 19 16:21:21 2003 +0000 +++ b/lisp/textmodes/enriched.el Sat Jul 19 16:22:35 2003 +0000 @@ -462,7 +462,7 @@ "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))