diff --git a/interndoc/format b/interndoc/format index 5dac762a788b7a7b085696413def9a206ef5faab..59cc36dc460f0db8f695cee84ef5058c4e85d2a5 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 276cb06318472db52f343527de8dbdc7f8364b15..9f34739ab7f689bd8166a3d55b9f5e29214d51f7 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 101be60e176ed6a4a6b028e35988d8249dc61e11..c0769aff470337815244e0962e12c9d84e0009a4 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,