diff options
| -rw-r--r-- | doc/misc/ChangeLog | 6 | ||||
| -rw-r--r-- | doc/misc/widget.texi | 1 |
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 @@ | |||
| 1 | 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org> | ||
| 2 | |||
| 3 | * widget.texi (Setting Up the Buffer): Remove mention of the | ||
| 4 | global keymap parent, which doesn't seem to be accurate | ||
| 5 | (bug#7045). | ||
| 6 | |||
| 1 | 2010-07-10 Kevin Ryde <user42@zip.com.au> | 7 | 2010-07-10 Kevin Ryde <user42@zip.com.au> |
| 2 | 8 | ||
| 3 | * cl.texi (For Clauses): Add destructuring example processing an | 9 | * 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. | |||
| 450 | @findex widget-button-press | 450 | @findex widget-button-press |
| 451 | @findex widget-button-click | 451 | @findex widget-button-click |
| 452 | @defvr Const widget-keymap | 452 | @defvr Const widget-keymap |
| 453 | A keymap with the global keymap as its parent.@* | ||
| 454 | @key{TAB} and @kbd{C-@key{TAB}} are bound to @code{widget-forward} and | 453 | @key{TAB} and @kbd{C-@key{TAB}} are bound to @code{widget-forward} and |
| 455 | @code{widget-backward}, respectively. @key{RET} and @kbd{Mouse-2} | 454 | @code{widget-backward}, respectively. @key{RET} and @kbd{Mouse-2} |
| 456 | are bound to @code{widget-button-press} and | 455 | are bound to @code{widget-button-press} and |