Ludovic Courtès (2014-09-07 01:15 +0400) wrote: > Alex Kost <alez...@gmail.com> skribis: > >> From b3f3e4b900f4a2d97a10410abe2561d9d1fc137a Mon Sep 17 00:00:00 2001 >> From: Alex Kost <alez...@gmail.com> >> Date: Sat, 6 Sep 2014 18:00:45 +0400 >> Subject: [PATCH] emacs: Improve key bindings for marking the packages. >> >> * emacs/guix-list.el: Use "U" to upgrade the current package, "^" to >> upgrade all. > > This sentence should rather be above the first bullet. > >> (guix-list-unmark): With prefix, mark all. >> (guix-package-list-mark-outputs): New procedure. >> (guix-package-list-mark-install, guix-package-list-mark-delete) >> (guix-package-list-mark-upgrade): Use it. >> (guix-package-list-mark-upgrades): New command. >> * doc/emacs.texi: Update the manual accordingly. > > Please mention the affected Texinfo node names (hitting C from the diff > in Magit should do that.) > > OK to commit with these changes.
Thanks, I didn't know about "C". If I understood correctly, the message should look like this: --8<---------------cut here---------------start------------->8--- emacs: Improve key bindings for marking the packages. Use "U" to upgrade the current package, "^" to upgrade all. * emacs/guix-list.el: (guix-list-unmark): With prefix, mark all. (guix-package-list-mark-outputs): New procedure. (guix-package-list-mark-install, guix-package-list-mark-delete) (guix-package-list-mark-upgrade): Use it. (guix-package-list-mark-upgrades): New command. * doc/emacs.texi (emacs List buffer): Update the manual accordingly. --8<---------------cut here---------------end--------------->8--- OK?