(message-self-insert-commands): Doc fix.
authorKatsumi Yamaoka <yamaoka@jpl.org>
Tue, 25 Apr 2006 09:26:25 +0000 (09:26 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Tue, 25 Apr 2006 09:26:25 +0000 (09:26 +0000)
lisp/ChangeLog
lisp/message.el

index 3be567d..786a3a6 100644 (file)
@@ -1,5 +1,7 @@
 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
 
+       * 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
index e7a6620..55e8104 100644 (file)
@@ -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))