diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/emacs/custom.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/emacs/custom.texi b/doc/emacs/custom.texi index adea9351ea9..dda10adbe49 100644 --- a/doc/emacs/custom.texi +++ b/doc/emacs/custom.texi | |||
| @@ -1563,7 +1563,8 @@ self-inserting because the global keymap binds it to the command | |||
| 1563 | such as @kbd{C-a} also get their standard meanings from the global | 1563 | such as @kbd{C-a} also get their standard meanings from the global |
| 1564 | keymap. Commands to rebind keys, such as @kbd{M-x global-set-key}, | 1564 | keymap. Commands to rebind keys, such as @kbd{M-x global-set-key}, |
| 1565 | work by storing the new binding in the proper place in the global map | 1565 | work by storing the new binding in the proper place in the global map |
| 1566 | (@pxref{Rebinding}). | 1566 | (@pxref{Rebinding}). To view the current key bindings, use the |
| 1567 | @kbd{C-h b} command. | ||
| 1567 | 1568 | ||
| 1568 | @cindex function key | 1569 | @cindex function key |
| 1569 | Most modern keyboards have function keys as well as character keys. | 1570 | Most modern keyboards have function keys as well as character keys. |