On Fri, Mar 09, 2012 at 10:47:21PM +1030, David Kettler wrote: > All interactive commands in conkeror should provide documentation and > there are a number of functions in conkeror that indirectly define > interactive commands, so they should allow documentation to be > provided. Those in builtin-commands.js all provide documentation. > The functions define_buffer_mode and define_page_mode allow > documentation, although most uses of those functions do not provide > it. > > This patch allows documentation to be provided where > define_global_mode and define_global_window_mode are used. > Documentation for two cases is provided for illustration.
Merged patch with some changes. The two docstrings given were not accurate, the one for mode-line-mode especially, so those changes were not included. I wrote a docstring for overlink-mode in another patch, and have not yet done one for mode-line-mode, as I am undecided about the language. > > Relatedly, the change to keymap.js suppresses a warning on > describe-command with modern XULRunner. This change is not related, and should be in a separate patch. I would have done so, except that it is not specific enough to say "modern" XULRunner. We need to know what version. Once you know, feel free to push the change to master. -- John Foerch _______________________________________________ Conkeror mailing list [email protected] https://www.mozdev.org/mailman/listinfo/conkeror
