aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/sc.el
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1993-06-17 23:41:18 +0000
committerRichard M. Stallman <[email protected]>1993-06-17 23:41:18 +0000
commit13b68be55f717b0ab79d3dcba150e4244f616116 (patch)
tree5cda1c320ecaafee0b3ec1a1358b0fcaa0c01fe1 /lisp/sc.el
parent1319549a9afd3f3d449bdb849187bd025bdc5943 (diff)
Change usage comment.
Diffstat (limited to 'lisp/sc.el')
-rw-r--r--lisp/sc.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/sc.el b/lisp/sc.el
index 172c3c425b..d1a274e351 100644
--- a/lisp/sc.el
+++ b/lisp/sc.el
@@ -96,8 +96,9 @@
;; First, to connect supercite to any mail/news reading subsystem, put
;; this in your .emacs file:
;;
-;; (add-hooks 'mail-yank-hooks 'sc-cite-original) ; for all but MH-E
+;; (setq mail-yank-hooks 'sc-cite-original) ; for old mail agents
;; (setq mh-yank-hooks 'sc-cite-original) ; for MH-E only
+;; (add-hook 'mail-citation-hook 'sc-cite-original) ; for newer mail agents
;;
;; If supercite is not pre-loaded into your emacs session, you should
;; add the following autoload: