summaryrefslogtreecommitdiff
path: root/doc/emacs.texi
diff options
context:
space:
mode:
authorAlex Kost <alezost@gmail.com>2015-05-27 16:51:25 +0300
committerAlex Kost <alezost@gmail.com>2015-05-29 20:54:54 +0300
commit578b98da43a946f1db2d3b6dd4585c5c0ad5aa6d (patch)
tree33ceaf3eeba88a70a1721d02022b95dd4243a170 /doc/emacs.texi
parent5ff408d998d6a8f7364a438f33e53889a7ec0a12 (diff)
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.texi4
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}