emacs-devel
[Top][All Lists]
Advanced

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

Re: feature/context-menu 1493145: Change the order of context-menu-funct


From: Juri Linkov
Subject: Re: feature/context-menu 1493145: Change the order of context-menu-functions and add more context menus.
Date: Wed, 21 Jul 2021 23:36:46 +0300
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (x86_64-pc-linux-gnu)

>> -(defcustom context-menu-functions '(context-menu-undo context-menu-region)
>> +(defcustom context-menu-functions '(context-menu-undo
>> +                                    context-menu-region
>> +                                    context-menu-local
>> +                                    context-menu-minor)
>>    "List of functions that produce the contents of the context menu."
>
> This docstring needs to be expanded to tell what the functions receive
> as argument and what they're supposed to return (or do).

Now the docstring explains its argument and return value.



reply via email to

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