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:
parent
e589690781
commit
971566e88a
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue