face-remap.el (text-scale-adjust): Call read-event with a proper prompt.

This commit is contained in:
Kenichi Handa 2010-10-20 09:32:53 +09:00
parent 31daa5e17c
commit 52ce289046
2 changed files with 6 additions and 1 deletions

View 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)

View 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)))