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

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

[elpa] master be06ae0 163/272: swiper.el: Add docstring


From: Oleh Krehel
Subject: [elpa] master be06ae0 163/272: swiper.el: Add docstring
Date: Mon, 25 Apr 2016 10:13:23 +0000

branch: master
commit be06ae0f9c72f0a8daf8aa919e291ac44f9d2910
Author: Oleh Krehel <address@hidden>
Commit: Oleh Krehel <address@hidden>

    swiper.el: Add docstring
---
 swiper.el |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/swiper.el b/swiper.el
index b52d0fe..6c22e48 100644
--- a/swiper.el
+++ b/swiper.el
@@ -317,7 +317,8 @@ When non-nil, INITIAL-INPUT is the initial search pattern."
 (declare-function string-trim-right "subr-x")
 
 (defun swiper-occur (&optional revert)
-  "Generate a custom occur buffer for `swiper'."
+  "Generate a custom occur buffer for `swiper'.
+When REVERT is non-nil, regenerate the current *ivy-occur* buffer."
   (let* ((buffer (ivy-state-buffer ivy-last))
          (fname (propertize
                  (with-ivy-window



reply via email to

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