emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[nongnu] elpa/helm 8f38812b82 4/5: Update helm-occur-next-error docstrin


From: ELPA Syncer
Subject: [nongnu] elpa/helm 8f38812b82 4/5: Update helm-occur-next-error docstring
Date: Wed, 9 Feb 2022 09:06:24 -0500 (EST)

branch: elpa/helm
commit 8f38812b823cdfbf530b1bf4b31d4185d53961f5
Author: Thierry Volpiatto <thievol@posteo.net>
Commit: Thierry Volpiatto <thievol@posteo.net>

    Update helm-occur-next-error docstring
---
 helm-occur.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/helm-occur.el b/helm-occur.el
index b0abd13163..4e67204dd7 100644
--- a/helm-occur.el
+++ b/helm-occur.el
@@ -691,6 +691,7 @@ Special commands:
 
 (defun helm-occur-next-error (&optional argp reset)
   "Goto ARGP position from a `helm-occur-mode' buffer.
+RESET non-nil means rewind to the first match.
 This is the `next-error-function' for `helm-occur-mode'."
   (interactive "p")
   (goto-char (cond (reset (point-min))



reply via email to

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