summaryrefslogtreecommitdiff
path: root/lisp/textmodes/enriched.el
diff options
context:
space:
mode:
authorJohn Paul Wallington <jpw@pobox.com>2003-07-19 16:22:35 +0000
committerJohn Paul Wallington <jpw@pobox.com>2003-07-19 16:22:35 +0000
commit3592613a4225f9e2b29998f69e4389a35f4b168f (patch)
treea04813314785882f3adb48fcd9f0a482ce27d033 /lisp/textmodes/enriched.el
parentb27a51dbfc20704d0d0fe761b96f4a0a480f5ae7 (diff)
downloademacs-3592613a4225f9e2b29998f69e4389a35f4b168f.tar.gz
(enriched-decode-display-prop): Doc fix.
Diffstat (limited to 'lisp/textmodes/enriched.el')
-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 ...)'."
"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))