summaryrefslogtreecommitdiff
path: root/lisp/mail/mailabbrev.el
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1993-01-31 20:48:19 +0000
committerRoland McGrath <roland@gnu.org>1993-01-31 20:48:19 +0000
commit92fee422c0b0b4fb880a71c6c55e3cc352a32da5 (patch)
tree7d27d5c65656648ad9690d88321557e07a0223e7 /lisp/mail/mailabbrev.el
parent64ac70cce68685c96b436805f4bb8a3b067c7da2 (diff)
downloademacs-92fee422c0b0b4fb880a71c6c55e3cc352a32da5.tar.gz
(mail-abbrev-end-of-buffer): Changed interactive spec from "P" to "p".
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 3f4a0ec35cd..33173e656c4 100644
--- a/lisp/mail/mailabbrev.el
+++ b/lisp/mail/mailabbrev.el
@@ -1,6 +1,6 @@
;;; mailabbrev.el --- abbrev-expansion of mail aliases.
-;;; Copyright (C) 1985, 1986, 1987, 1992 Free Software Foundation, Inc.
+;;; Copyright (C) 1985, 1986, 1987, 1992, 1993 Free Software Foundation, Inc.
;; Author: Jamie Zawinski <jwz@lucid.com>
;; Maintainer: Jamie Zawinski <jwz@lucid.com>
@@ -546,7 +546,7 @@ With arg N, put point N/10 of the way from the true end.
Don't use this command in Lisp programs!
\(goto-char (point-max)) is faster and avoids clobbering the mark."
- (interactive "P")
+ (interactive "p")
(if (looking-at "[ \t]*\n") (expand-abbrev))
(setq this-command 'end-of-buffer)
(end-of-buffer arg))