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

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

[elpa] master ffffc21 024/399: swiper.el (swiper-mc): Update doc


From: Oleh Krehel
Subject: [elpa] master ffffc21 024/399: swiper.el (swiper-mc): Update doc
Date: Sat, 20 Jul 2019 14:56:41 -0400 (EDT)

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

    swiper.el (swiper-mc): Update doc
    
    Re #1879
---
 swiper.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/swiper.el b/swiper.el
index caadc62..0092b7f 100644
--- a/swiper.el
+++ b/swiper.el
@@ -244,7 +244,8 @@
 (declare-function multiple-cursors-mode "ext:multiple-cursors-core")
 
 (defun swiper-mc ()
-  "Create a fake cursor for each `swiper' candidate."
+  "Create a fake cursor for each `swiper' candidate.
+Make sure `swiper-mc' is on `mc/cmds-to-run-once' list."
   (interactive)
   (unless (require 'multiple-cursors nil t)
     (error "Multiple-cursors isn't installed"))



reply via email to

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