aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/mail/feedmail.el4
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)."
1596 (setq buffer-offer-save nil) 1596 (setq buffer-offer-save nil)
1597 (buffer-disable-undo blobby-buffer) 1597 (buffer-disable-undo blobby-buffer)
1598 (insert-file-contents-literally maybe-file) 1598 (insert-file-contents-literally maybe-file)
1599 ;; work around text-vs-binary wierdness and also around rmail-resend's creative 1599 ;; work around text-vs-binary weirdness and also around rmail-resend's creative
1600 ;; manipulation of mail-header-separator 1600 ;; manipulation of mail-header-separator
1601 ;; 1601 ;;
1602 ;; if we don't find the normal M-H-S, and the alternative is defined but also 1602 ;; if we don't find the normal M-H-S, and the alternative is defined but also
@@ -1795,7 +1795,7 @@ Synonyms:
1795 s SEND immediately (same as \"i\") 1795 s SEND immediately (same as \"i\")
1796 S SEND! immediately (same as \"I\") 1796 S SEND! immediately (same as \"I\")
1797 r ROUGH draft (same as \"d\") 1797 r ROUGH draft (same as \"d\")
1798 R ROUGH! draft (same as \"R\") 1798 R ROUGH! draft (same as \"D\")
1799 n NOPE didn't mean it (same as \"e\") 1799 n NOPE didn't mean it (same as \"e\")
1800 y YUP do the default behavior (same as \"C-m\") 1800 y YUP do the default behavior (same as \"C-m\")
1801 1801