summaryrefslogtreecommitdiff
path: root/lisp/face-remap.el
diff options
context:
space:
mode:
authorKenichi Handa <handa@m17n.org>2010-10-20 09:32:53 +0900
committerKenichi Handa <handa@m17n.org>2010-10-20 09:32:53 +0900
commit916d6b7e32f8f8c4631418944ceccba34a1276a0 (patch)
treea3ff0a98c1dfb9a97570cf138458c2e3c65149fa /lisp/face-remap.el
parent02259ec103868ae5ada7049f66a9c167c93f342b (diff)
downloademacs-916d6b7e32f8f8c4631418944ceccba34a1276a0.tar.gz
face-remap.el (text-scale-adjust): Call read-event with a proper prompt.
Diffstat (limited to 'lisp/face-remap.el')
-rw-r--r--lisp/face-remap.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/face-remap.el b/lisp/face-remap.el
index c8fdfff8588..4441c9557fb 100644
--- a/lisp/face-remap.el
+++ b/lisp/face-remap.el
@@ -312,7 +312,7 @@ a top-level keymap, `text-scale-increase' or
(when step
(text-scale-increase step)
(setq inc 1 first nil)
- (setq ev (read-event))))
+ (setq ev (read-event "+,-,0 for further adjustment: "))))
(push ev unread-command-events)))