diff options
author | Lars Magne Ingebrigtsen <larsi@gnus.org> | 2011-07-14 16:10:51 +0200 |
---|---|---|
committer | Lars Magne Ingebrigtsen <larsi@gnus.org> | 2011-07-14 16:10:51 +0200 |
commit | b8151e9c3cced0908952a25763cf16a00168e44d (patch) | |
tree | eaa84fa0288eb9a7092f83ef63bfe4aabdb43731 /doc/misc/widget.texi | |
parent | 43f5740b71b90057bf18013245eb906286b3a334 (diff) | |
download | emacs-b8151e9c3cced0908952a25763cf16a00168e44d.tar.gz |
Manual for for widget-keymap
* widget.texi (Setting Up the Buffer): Remove mention of the
global keymap parent, which doesn't seem to be accurate
(bug#7045).
Diffstat (limited to 'doc/misc/widget.texi')
-rw-r--r-- | doc/misc/widget.texi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/misc/widget.texi b/doc/misc/widget.texi index c4f5317e5a7..a778f491e76 100644 --- a/doc/misc/widget.texi +++ b/doc/misc/widget.texi @@ -450,7 +450,6 @@ There is a standard widget keymap which you might find useful. @findex widget-button-press @findex widget-button-click @defvr Const widget-keymap -A keymap with the global keymap as its parent.@* @key{TAB} and @kbd{C-@key{TAB}} are bound to @code{widget-forward} and @code{widget-backward}, respectively. @key{RET} and @kbd{Mouse-2} are bound to @code{widget-button-press} and |