From 578b98da43a946f1db2d3b6dd4585c5c0ad5aa6d Mon Sep 17 00:00:00 2001 From: Alex Kost Date: Wed, 27 May 2015 16:51:25 +0300 Subject: 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. --- doc/emacs.texi | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'doc/emacs.texi') 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} -- cgit v1.2.3