emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: master 2ef6f943abd: Add option to control default outlining in 'C-h


From: Robert Pluim
Subject: Re: master 2ef6f943abd: Add option to control default outlining in 'C-h b'
Date: Mon, 24 Apr 2023 18:45:24 +0200

>>>>> On Mon, 24 Apr 2023 19:24:20 +0300, Eli Zaretskii <eliz@gnu.org> said:

    >> From: Robert Pluim <rpluim@gmail.com>
    >> Cc: Eshel Yaron <me@eshelyaron.com>
    >> Date: Mon, 24 Apr 2023 15:08:45 +0200
    >> 
    >> >>>>> On Mon, 24 Apr 2023 07:42:19 -0400 (EDT), Eli Zaretskii 
<eliz@gnu.org> said:
    >> 
    Eli> +(defcustom describe-bindings-outline-rules '((match-regexp . "Key 
translations"))
    Eli> +  "Visibility rules for outlines in the output buffer of 
`describe-bindings'.
    Eli> +This is used as the value of `outline-default-rules' in the
    Eli> +output buffer of `describe-bindings' when
    Eli> +`describe-bindings-outline' is non-nil, otherwise this option
    Eli> +doesn't have any effect."
    Eli> +  :type 'boolean
    Eli> +  :group 'help
    Eli> +  :version "30.1")
    Eli> +
    >> 
    >> That doesnʼt look like a boolean to me :-)

    Eli> Fixed, I hope.  Thanks.

Looks good (although Iʼm often torn between whether to use type 'radio
for these kinds of things).

Robert
-- 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]