diff options
Diffstat (limited to 'doc/emacs.texi')
-rw-r--r-- | doc/emacs.texi | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/doc/emacs.texi b/doc/emacs.texi index 5828bb74d5..15abedb6a1 100644 --- a/doc/emacs.texi +++ b/doc/emacs.texi @@ -439,8 +439,12 @@ If you want to change default key bindings, use the following keymaps (@pxref{Init Rebinding,,, emacs, The GNU Emacs Manual}): @table @code -@item guix-root-map -Parent keymap with general keys for all guix modes. +@item guix-buffer-map +Parent keymap with general keys for any buffer type. + +@item guix-ui-map +Parent keymap with general keys for buffers used for Guix package +management (for packages, outputs and generations). @item guix-list-mode-map Parent keymap with general keys for ``list'' buffers. |