1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-03 08:30:09 +00:00

Two minor doc/consistency fixes.

* 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.
This commit is contained in:
Chong Yidong 2012-04-03 18:21:47 +08:00
parent 7d301ae648
commit 529c06b6cb
4 changed files with 11 additions and 2 deletions

View 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

View 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

View 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.

View 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)