Mention `C-h b' in the Keymaps node

* doc/emacs/custom.texi (Keymaps): Mention `C-h b' here (bug#21653).
This commit is contained in:
Lars Ingebrigtsen 2019-08-01 20:54:17 +02:00
parent afeb1e45b2
commit 10ffdabc37

View file

@ -1563,7 +1563,8 @@ self-inserting because the global keymap binds it to the command
such as @kbd{C-a} also get their standard meanings from the global
keymap. Commands to rebind keys, such as @kbd{M-x global-set-key},
work by storing the new binding in the proper place in the global map
(@pxref{Rebinding}).
(@pxref{Rebinding}). To view the current key bindings, use the
@kbd{C-h b} command.
@cindex function key
Most modern keyboards have function keys as well as character keys.