Add two more common commands

This commit is contained in:
idun 2024-09-06 05:03:55 +02:00
parent 9ceb955142
commit 287d899276

View File

@ -75,6 +75,7 @@
| Buffere | | | Buffere | |
|---------------------+------------------------------------| |---------------------+------------------------------------|
| =C-x b= | =switch-to-buffer= | | =C-x b= | =switch-to-buffer= |
| =C-x C-b= | =list-buffers= |
| =C-x k= | =kill-buffer= | | =C-x k= | =kill-buffer= |
| =C-x <left>= | =previous-buffer= | | =C-x <left>= | =previous-buffer= |
| =C-x <right>= | =next-buffer= | | =C-x <right>= | =next-buffer= |
@ -92,6 +93,7 @@
|---------------------+------------------------------------| |---------------------+------------------------------------|
| =C-h k= | =Info-goto-emacs-key-command-node= | | =C-h k= | =Info-goto-emacs-key-command-node= |
| =C-h f= | =Info-goto-emacs-command-node= | | =C-h f= | =Info-goto-emacs-command-node= |
| =C-h v= | =describe-variable= |
| =C-h m= | =describe-mode= | | =C-h m= | =describe-mode= |
| =C-h a= | =apropos-command= | | =C-h a= | =apropos-command= |
| =C-h C-h, C-h ?= | =help-for-help= | | =C-h C-h, C-h ?= | =help-for-help= |