1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-06 14:30:50 -08:00

Fix shortdoc movement commands

* lisp/emacs-lisp/shortdoc.el (shortdoc--goto-section): Don't skip
over current function or section when searching.
This commit is contained in:
Stefan Kangas 2022-09-25 13:54:37 +02:00
parent e589690781
commit 971566e88a

View file

@ -1529,7 +1529,7 @@ Example:
(funcall
(if reverse 'text-property-search-backward
'text-property-search-forward)
sym nil t t)
sym nil t)
(setq arg (1- arg))))
(defun shortdoc-next (&optional arg)