]> git.eshelyaron.com Git - emacs.git/commitdiff
(enriched-decode-display-prop): Doc fix.
authorJohn Paul Wallington <jpw@pobox.com>
Sat, 19 Jul 2003 16:22:35 +0000 (16:22 +0000)
committerJohn Paul Wallington <jpw@pobox.com>
Sat, 19 Jul 2003 16:22:35 +0000 (16:22 +0000)
lisp/textmodes/enriched.el

index e74cb6b8ba75f056f3f9a80619f3bbdd1eed427c..acbef7ae18e70c54f8dd4fa1e07407dbdeac2352 100644 (file)
@@ -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))