summaryrefslogtreecommitdiff
path: root/doc/misc
diff options
context:
space:
mode:
authorLars Magne Ingebrigtsen <larsi@gnus.org>2011-07-14 16:10:51 +0200
committerLars Magne Ingebrigtsen <larsi@gnus.org>2011-07-14 16:10:51 +0200
commitb8151e9c3cced0908952a25763cf16a00168e44d (patch)
treeeaa84fa0288eb9a7092f83ef63bfe4aabdb43731 /doc/misc
parent43f5740b71b90057bf18013245eb906286b3a334 (diff)
downloademacs-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')
-rw-r--r--doc/misc/ChangeLog6
-rw-r--r--doc/misc/widget.texi1
2 files changed, 6 insertions, 1 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog
index 9687f474286..38cbaafa45d 100644
--- a/doc/misc/ChangeLog
+++ b/doc/misc/ChangeLog
@@ -1,3 +1,9 @@
+2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
+
+ * widget.texi (Setting Up the Buffer): Remove mention of the
+ global keymap parent, which doesn't seem to be accurate
+ (bug#7045).
+
2010-07-10 Kevin Ryde <user42@zip.com.au>
* cl.texi (For Clauses): Add destructuring example processing an
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