diff options
author | Alex Kost <alezost@gmail.com> | 2015-05-27 16:51:25 +0300 |
---|---|---|
committer | Alex Kost <alezost@gmail.com> | 2015-05-29 20:54:54 +0300 |
commit | 578b98da43a946f1db2d3b6dd4585c5c0ad5aa6d (patch) | |
tree | 33ceaf3eeba88a70a1721d02022b95dd4243a170 /doc/emacs.texi | |
parent | 5ff408d998d6a8f7364a438f33e53889a7ec0a12 (diff) | |
download | patches-578b98da43a946f1db2d3b6dd4585c5c0ad5aa6d.tar patches-578b98da43a946f1db2d3b6dd4585c5c0ad5aa6d.tar.gz |
emacs: Remove "M" key binding for marking all lines.
* emacs/guix-list.el: Split 'guix-list-mark' into internal and
interactive functions. Remove "M" key binding, use "C-u m" instead.
(guix-list--mark): New function. Use it in other marking functions.
(guix-list-mark): Mark all lines with a prefix argument.
* doc/emacs.texi (Emacs List buffer): Document changes in the key
bindings.
Diffstat (limited to 'doc/emacs.texi')
-rw-r--r-- | doc/emacs.texi | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/doc/emacs.texi b/doc/emacs.texi index e1d14a4c4a..9678570d58 100644 --- a/doc/emacs.texi +++ b/doc/emacs.texi @@ -213,9 +213,7 @@ Default key bindings available for both ``package-list'' and @table @kbd @item m -Mark the current entry. -@item M -Mark all entries. +Mark the current entry (with prefix, mark all entries). @item u Unmark the current entry (with prefix, unmark all entries). @item @key{DEL} |