face-remap.el (text-scale-adjust): Call read-event with a proper prompt.
authorKenichi Handa <handa@m17n.org>
Wed, 20 Oct 2010 00:32:53 +0000 (09:32 +0900)
committerKenichi Handa <handa@m17n.org>
Wed, 20 Oct 2010 00:32:53 +0000 (09:32 +0900)
lisp/ChangeLog
lisp/face-remap.el

index 1913594..b819234 100644 (file)
@@ -1,3 +1,8 @@
+2010-10-20  Kenichi Handa  <handa@m17n.org>
+
+       * face-remap.el (text-scale-adjust): Call read-event with a proper
+       prompt.
+
 2010-10-15  Kenichi Handa  <handa@m17n.org>
 
        * international/characters.el: Add category '|' (word breakable)
index c8fdfff..4441c95 100644 (file)
@@ -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)))
 
 \f