diff options
| author | John Paul Wallington | 2003-07-19 16:22:35 +0000 |
|---|---|---|
| committer | John Paul Wallington | 2003-07-19 16:22:35 +0000 |
| commit | 3592613a4225f9e2b29998f69e4389a35f4b168f (patch) | |
| tree | a04813314785882f3adb48fcd9f0a482ce27d033 | |
| parent | b27a51dbfc20704d0d0fe761b96f4a0a480f5ae7 (diff) | |
| download | emacs-3592613a4225f9e2b29998f69e4389a35f4b168f.tar.gz emacs-3592613a4225f9e2b29998f69e4389a35f4b168f.zip | |
(enriched-decode-display-prop): Doc fix.
| -rw-r--r-- | lisp/textmodes/enriched.el | 2 |
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. |
| 463 | PARAM is a `<param>' found for the property. | 463 | PARAM is a `<param>' found for the property. |
| 464 | Value is a list `(START END SYMBOL VALUE)' with START and END denoting | 464 | Value is a list `(START END SYMBOL VALUE)' with START and END denoting |
| 465 | the range of text to assign text property SYMBOL with value VALUE " | 465 | the 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)) |