From cf910ceffc3ec61ee9761cabeda91ce1f5fdaf3a Mon Sep 17 00:00:00 2001 From: Alex Kost Date: Thu, 19 Nov 2015 16:56:19 +0300 Subject: emacs: list: Split 'guix-list-format' variable. * emacs/guix-list.el: Generate 'guix-ENTRY-TYPE-list-format' variables for 'package', 'output' and 'generation' entry types. (guix-list-format): Remove. (guix-list-define-entry-type): Add ':format' keyword. * doc/emacs.texi (Emacs Appearance): Adjust accordingly. --- doc/emacs.texi | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/emacs.texi b/doc/emacs.texi index fa0930d6aa..08c973e767 100644 --- a/doc/emacs.texi +++ b/doc/emacs.texi @@ -475,10 +475,11 @@ Keymap with keys available when a point is placed on a button. @subsubsection Appearance You can change almost any aspect of ``list'' / ``info'' buffers using -the following variables: +the following variables (@dfn{ENTRY-TYPE} means @code{package}, +@code{output} or @code{generation}): @table @code -@item guix-list-format +@item guix-ENTRY-TYPE-list-format @itemx guix-list-column-titles Specify the columns, their names, what and how is displayed in ``list'' buffers. -- cgit v1.2.3