Two minor doc/consistency fixes.
authorChong Yidong <cyd@gnu.org>
Tue, 3 Apr 2012 10:21:47 +0000 (18:21 +0800)
committerChong Yidong <cyd@gnu.org>
Tue, 3 Apr 2012 10:21:47 +0000 (18:21 +0800)
* doc/emacs/sending.texi (Mail Misc): Fix an index entry.

* lisp/mail/sendmail.el (mail-mode-map): Bind C-c C-i to
mail-insert-file, not its obsolete alias mail-attach-file.

doc/emacs/ChangeLog
doc/emacs/sending.texi
lisp/ChangeLog
lisp/mail/sendmail.el

index ffc7381..cbb96fe 100644 (file)
@@ -1,3 +1,7 @@
+2012-04-03  Chong Yidong  <cyd@gnu.org>
+
+       * sending.texi (Mail Misc): Fix an index entry.
+
 2012-04-02  Eli Zaretskii  <eliz@gnu.org>
 
        * msdog.texi (Windows Startup): Add description of emacsclient
index a2cb5d9..5e80eb1 100644 (file)
@@ -521,7 +521,7 @@ package, which provides more flexible citation
 @subsection Mail Miscellany
 
 @kindex C-c C-a @r{(Message mode)}
-@findex mail-attach-file
+@findex mml-attach-file
 @cindex MIME
 @cindex Multipurpose Internet Mail Extensions
   You can @dfn{attach} a file to an outgoing message by typing
index 937ae75..f811eb2 100644 (file)
@@ -1,3 +1,8 @@
+2012-04-03  Chong Yidong  <cyd@gnu.org>
+
+       * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
+       mail-insert-file, not its obsolete alias mail-attach-file.
+
 2012-04-03  Michael Albinus  <michael.albinus@gmx.de>
 
        * notifications.el (notifications-notify): Fix docstring.
index 4e2d827..933eaef 100644 (file)
@@ -304,7 +304,7 @@ The default value matches citations like `foo-bar>' plus whitespace."
     (define-key map "\C-c\C-w" 'mail-signature)
     (define-key map "\C-c\C-c" 'mail-send-and-exit)
     (define-key map "\C-c\C-s" 'mail-send)
-    (define-key map "\C-c\C-i" 'mail-attach-file)
+    (define-key map "\C-c\C-i" 'mail-insert-file)
     ;; FIXME add this? "b" = bury buffer.  It's in the menu-bar.
 ;;;    (define-key map "\C-c\C-b" 'mail-dont-send)