diff options
author | Karl Heuer <kwzh@gnu.org> | 1998-07-22 18:34:39 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1998-07-22 18:34:39 +0000 |
commit | bb85b31e4458e600e54b46552ed5ee3a4b572ebb (patch) | |
tree | f98e2ff73e3d5a69c4fa9b4f5024c117f24ec0fa /lisp/mail/feedmail.el | |
parent | c7d4a77785e22f0c907014af6977aed1030652d3 (diff) | |
download | emacs-bb85b31e4458e600e54b46552ed5ee3a4b572ebb.tar.gz |
(feedmail-queue-send-edit-prompt-help-first):
Doc fix.
Diffstat (limited to 'lisp/mail/feedmail.el')
-rw-r--r-- | lisp/mail/feedmail.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/mail/feedmail.el b/lisp/mail/feedmail.el index 9c8df58f0cb..8c7b8a74a2f 100644 --- a/lisp/mail/feedmail.el +++ b/lisp/mail/feedmail.el @@ -1596,7 +1596,7 @@ backup file names and the like)." (setq buffer-offer-save nil) (buffer-disable-undo blobby-buffer) (insert-file-contents-literally maybe-file) - ;; work around text-vs-binary wierdness and also around rmail-resend's creative + ;; work around text-vs-binary weirdness and also around rmail-resend's creative ;; manipulation of mail-header-separator ;; ;; if we don't find the normal M-H-S, and the alternative is defined but also @@ -1795,7 +1795,7 @@ Synonyms: s SEND immediately (same as \"i\") S SEND! immediately (same as \"I\") r ROUGH draft (same as \"d\") - R ROUGH! draft (same as \"R\") + R ROUGH! draft (same as \"D\") n NOPE didn't mean it (same as \"e\") y YUP do the default behavior (same as \"C-m\") |