aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1992-10-18 22:20:45 +0000
committerRichard M. Stallman1992-10-18 22:20:45 +0000
commitc884cb878a9e95c1bf78c1aa6b4dc8db2e51078f (patch)
treebc0a40336a1a5ea40de85c455e9326dd134b65e7
parent753d16a62a1e8e5c466c607a4c60543af62bf444 (diff)
downloademacs-c884cb878a9e95c1bf78c1aa6b4dc8db2e51078f.tar.gz
emacs-c884cb878a9e95c1bf78c1aa6b4dc8db2e51078f.zip
Comment fix.
-rw-r--r--lisp/mail/mailabbrev.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/mail/mailabbrev.el b/lisp/mail/mailabbrev.el
index 3bc031f82b6..3f4a0ec35cd 100644
--- a/lisp/mail/mailabbrev.el
+++ b/lisp/mail/mailabbrev.el
@@ -109,8 +109,8 @@
109;;; move out of the mail-header into the message body (instead of having to 109;;; move out of the mail-header into the message body (instead of having to
110;;; type SPC at the end of the abbrev before moving away) then you can do 110;;; type SPC at the end of the abbrev before moving away) then you can do
111;;; 111;;;
112;;; (define-key mail-mode-map "\C-n" 'abbrev-hacking-next-line) 112;;; (define-key mail-mode-map "\C-n" 'mail-abbrev-next-line)
113;;; (define-key mail-mode-map "\M->" 'abbrev-hacking-end-of-buffer) 113;;; (define-key mail-mode-map "\M->" 'mail-abbrev-end-of-buffer)
114;;; 114;;;
115;;; If you want multiple addresses separated by a string other than ", " then 115;;; If you want multiple addresses separated by a string other than ", " then
116;;; you can set the variable mail-alias-separator-string to it. This has to 116;;; you can set the variable mail-alias-separator-string to it. This has to