aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Paul Wallington2003-07-19 16:22:35 +0000
committerJohn Paul Wallington2003-07-19 16:22:35 +0000
commit3592613a4225f9e2b29998f69e4389a35f4b168f (patch)
treea04813314785882f3adb48fcd9f0a482ce27d033
parentb27a51dbfc20704d0d0fe761b96f4a0a480f5ae7 (diff)
downloademacs-3592613a4225f9e2b29998f69e4389a35f4b168f.tar.gz
emacs-3592613a4225f9e2b29998f69e4389a35f4b168f.zip
(enriched-decode-display-prop): Doc fix.
-rw-r--r--lisp/textmodes/enriched.el2
1 files changed, 1 insertions, 1 deletions
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 ...)'."
462 "Decode a `display' property for text between START and END. 462 "Decode a `display' property for text between START and END.
463PARAM is a `<param>' found for the property. 463PARAM is a `<param>' found for the property.
464Value is a list `(START END SYMBOL VALUE)' with START and END denoting 464Value is a list `(START END SYMBOL VALUE)' with START and END denoting
465the range of text to assign text property SYMBOL with value VALUE " 465the range of text to assign text property SYMBOL with value VALUE."
466 (let ((prop (when (stringp param) 466 (let ((prop (when (stringp param)
467 (condition-case () 467 (condition-case ()
468 (car (read-from-string param)) 468 (car (read-from-string param))