]> git.eshelyaron.com Git - emacs.git/commit
Add docstrings to context menu functions, and add middle-separator
authorJuri Linkov <juri@linkov.net>
Wed, 15 Sep 2021 16:00:56 +0000 (19:00 +0300)
committerJuri Linkov <juri@linkov.net>
Wed, 15 Sep 2021 16:00:56 +0000 (19:00 +0300)
commit231a29f36333d10b7122bb9e25da4db8cb03b73d
tree8eeeb0a5d33496fa24c616f545b2dbea4ce7411a
parent7a69fe3bc993f2599dacf653b43e4cba72456ac1
Add docstrings to context menu functions, and add middle-separator

* lisp/mouse.el (context-menu-functions): Add context-menu-middle-separator
to default values.
(context-menu-middle-separator): New function.

* lisp/replace.el (occur-context-menu): Use middle-separator.

* lisp/progmodes/elisp-mode.el (elisp-context-menu):
* lisp/progmodes/prog-mode.el (prog-context-menu):
Use middle-separator and reorder menu items correspondingly.
lisp/dired.el
lisp/help-mode.el
lisp/info.el
lisp/mouse.el
lisp/net/dictionary.el
lisp/net/eww.el
lisp/net/goto-addr.el
lisp/progmodes/elisp-mode.el
lisp/progmodes/prog-mode.el
lisp/replace.el