emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 971566e88a 4/6: Fix shortdoc movement commands


From: Stefan Kangas
Subject: master 971566e88a 4/6: Fix shortdoc movement commands
Date: Sun, 25 Sep 2022 08:46:26 -0400 (EDT)

branch: master
commit 971566e88a9fdb414b3c821cb55a7fc0e903eeba
Author: Stefan Kangas <stefankangas@gmail.com>
Commit: Stefan Kangas <stefankangas@gmail.com>

    Fix shortdoc movement commands
    
    * lisp/emacs-lisp/shortdoc.el (shortdoc--goto-section): Don't skip
    over current function or section when searching.
---
 lisp/emacs-lisp/shortdoc.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/emacs-lisp/shortdoc.el b/lisp/emacs-lisp/shortdoc.el
index 33106808d2..b5c99cf2c9 100644
--- a/lisp/emacs-lisp/shortdoc.el
+++ b/lisp/emacs-lisp/shortdoc.el
@@ -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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]