summaryrefslogtreecommitdiff
path: root/lisp/mail/mailabbrev.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1992-10-18 22:20:45 +0000
committerRichard M. Stallman <rms@gnu.org>1992-10-18 22:20:45 +0000
commitbd4962f8bda22e3e415c5a43e26bbba9c217e025 (patch)
tree926efac378f1d841808f1371fa17759f09e70aa5 /lisp/mail/mailabbrev.el
parent06e147f11b2c63a40c44d5fdaa668f277d0b2dd7 (diff)
downloademacs-bd4962f8bda22e3e415c5a43e26bbba9c217e025.tar.gz
Comment fix.
Diffstat (limited to 'lisp/mail/mailabbrev.el')
-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 @@
;;; move out of the mail-header into the message body (instead of having to
;;; type SPC at the end of the abbrev before moving away) then you can do
;;;
-;;; (define-key mail-mode-map "\C-n" 'abbrev-hacking-next-line)
-;;; (define-key mail-mode-map "\M->" 'abbrev-hacking-end-of-buffer)
+;;; (define-key mail-mode-map "\C-n" 'mail-abbrev-next-line)
+;;; (define-key mail-mode-map "\M->" 'mail-abbrev-end-of-buffer)
;;;
;;; If you want multiple addresses separated by a string other than ", " then
;;; you can set the variable mail-alias-separator-string to it. This has to