From 1785ca55666847877405bd646bdee52922c317fe Mon Sep 17 00:00:00 2001 From: Katsumi Yamaoka Date: Tue, 25 Apr 2006 09:26:25 +0000 Subject: [PATCH] (message-self-insert-commands): Doc fix. --- lisp/ChangeLog | 2 ++ lisp/message.el | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 3be567d85..786a3a640 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2006-04-25 Katsumi Yamaoka + * message.el (message-self-insert-commands): Doc fix. + * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt. (mm-uu-pgp-encrypted-test): Ditto. (mm-uu-pgp-encrypted-extract-1): Make sure there's a newline diff --git a/lisp/message.el b/lisp/message.el index e7a6620f7..55e8104cd 100644 --- a/lisp/message.el +++ b/lisp/message.el @@ -1096,7 +1096,7 @@ When one of those commands is invoked to enter a character in To or Cc header, ecomplete will suggest the candidates of recipients (see also `message-mail-alias-type'). If you use some tool to enter non-ASCII text and it replaces `self-insert-command' with the other command, e.g. -`egg-self-insert-char', you may want to add it to this list." +`egg-self-insert-command', you may want to add it to this list." :group 'message-various :type '(repeat function)) -- 2.25.1