changeset 51962:d4560e85f83c

(enriched-decode-display-prop): Doc fix.
author John Paul Wallington <jpw@pobox.com>
date Sat, 19 Jul 2003 16:22:35 +0000
parents e56cb5adb76f
children 27b622ce6604
files lisp/textmodes/enriched.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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 `<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))