]> git.eshelyaron.com Git - emacs.git/commit
Bind 'n' and 'p' to move between symbols in apropos
authorJustin Timmons <justinmtimmons@gmail.com>
Fri, 17 Apr 2020 04:00:19 +0000 (06:00 +0200)
committerStefan Kangas <stefankangas@gmail.com>
Fri, 17 Apr 2020 04:26:43 +0000 (06:26 +0200)
commit763ec05cc17973134c440f2d0afb6eb5d095d0d4
tree2ae2b9e4eefbdfc88bf281016137063090086623
parentbe77a68d527223f7f276e94e16fe05b49846c7a3
Bind 'n' and 'p' to move between symbols in apropos

* lisp/apropos.el (apropos-next-symbol)
(apropos-previous-symbol): New commands.
(apropos-mode-map): Bind above commands to 'n' and 'p'.  (Bug#20694)
* etc/NEWS: Announce the new commands.
etc/NEWS
lisp/apropos.el