branch: elpa/isl
commit 6eaca6e3cef6c0f860f809a11af80ea75bae4033
Author: Thierry Volpiatto <[email protected]>
Commit: Thierry Volpiatto <[email protected]>

    Minor docstring fix
---
 isearch-light.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/isearch-light.el b/isearch-light.el
index 8ec0e34f14f..8fa43b22bd9 100644
--- a/isearch-light.el
+++ b/isearch-light.el
@@ -915,7 +915,7 @@ appended at end."
 
 (defun isl-resume (arg)
   "Resume isl session in current buffer.
-With a prefix arg choose one of the last buffers isl visited."
+With a prefix arg choose one of the last buffers isl had visited."
   (interactive "P")
   (setq isl-current-buffer
         (cond ((and arg isl-visited-buffers)

Reply via email to