Minor fix to describe-key, and a docstring.
* help.el (describe-key): Print up-event using key-description. * mouse.el (mouse-appearance-menu): Add docstring.
This commit is contained in:
parent
9d70a3fc8e
commit
e8579ebc15
3 changed files with 10 additions and 2 deletions
|
|
@ -1,3 +1,9 @@
|
|||
2010-07-06 Chong Yidong <cyd@stupidchicken.com>
|
||||
|
||||
* mouse.el (mouse-appearance-menu): Add docstring.
|
||||
|
||||
* help.el (describe-key): Print up-event using key-description.
|
||||
|
||||
2010-07-03 Michael Albinus <michael.albinus@gmx.de>
|
||||
|
||||
* net/zeroconf.el (zeroconf-resolve-service)
|
||||
|
|
|
|||
|
|
@ -768,9 +768,10 @@ temporarily enables it to allow getting help on disabled items and buttons."
|
|||
|
||||
----------------- up-event %s----------------
|
||||
|
||||
<%S>%s%s runs the command %S, which is "
|
||||
%s%s%s runs the command %S, which is "
|
||||
(if mouse-1-tricky "(short click) " "")
|
||||
ev-type mouse-msg
|
||||
(key-description (vector up-event))
|
||||
mouse-msg
|
||||
(if mouse-1-remapped
|
||||
" is remapped to <mouse-2>, which" "")
|
||||
defn-up))
|
||||
|
|
|
|||
|
|
@ -2483,6 +2483,7 @@ choose a font."
|
|||
(declare-function font-face-attributes "font.c" (font &optional frame))
|
||||
|
||||
(defun mouse-appearance-menu (event)
|
||||
"Show a menu for changing the default face in the current buffer."
|
||||
(interactive "@e")
|
||||
(require 'face-remap)
|
||||
(when (display-multi-font-p)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue