From 14692cc0d1bee7cc8e971a75ee63343a9234701e Mon Sep 17 00:00:00 2001 From: Joel Rosdahl Date: Sun, 28 Jan 2001 12:45:01 +0000 Subject: [PATCH] Fixed typo. --- interndoc/format | 2 +- src/ChangeLog | 5 +++++ src/edit-text.el | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/interndoc/format b/interndoc/format index 5dac762a..59cc36dc 100644 --- a/interndoc/format +++ b/interndoc/format @@ -124,7 +124,7 @@ The %[ direcive also accepts format-props structures as its (optional) argument, but ignores the regular argument part of the structure, but applies the text properties to the entire subformat result. Thus, - (lyskom-format-insert "%[%#1@From: %#2P]\n" + (lyskom-format-insert "%[%#1@From: %#2P%]\n" (make-format-props nil '(face blue)) pers-conf-stat) diff --git a/src/ChangeLog b/src/ChangeLog index 276cb063..9f34739a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2001-01-28 Joel Rosdahl + + * edit-text.el (lyskom-edit-mode): Fixed typo found by Per + Starbäck. + 2001-01-07 David Byers * swedish-strings.el: Changed useful bindings of button2up to diff --git a/src/edit-text.el b/src/edit-text.el index 101be60e..c0769aff 100644 --- a/src/edit-text.el +++ b/src/edit-text.el @@ -403,7 +403,7 @@ Commands: \\[kom-edit-add-recipient] asks for another recipient and adds him to the header. \\[kom-edit-add-copy] as \\[kom-edit-add-recipient] but adds him as copy-recipient. -\\[kom-edit-insert-commented] inserts the commented of footnoted text. +\\[kom-edit-insert-commented] inserts the commented or footnoted text. \\[kom-edit-insert-text] inserts the shown text, you tell the number. Even though this is a minor mode, it's not intended to be turned on and off, -- GitLab