changeset 3815:41ef3e4adb0d

Change usage comment.
author Richard M. Stallman <rms@gnu.org>
date Thu, 17 Jun 1993 23:41:18 +0000
parents 52d398035be7
children 231b935db22c
files lisp/=sc.el
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/=sc.el	Thu Jun 17 23:25:37 1993 +0000
+++ b/lisp/=sc.el	Thu Jun 17 23:41:18 1993 +0000
@@ -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: