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

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

[elpa] master 276599c 201/399: doc/ivy.texi: Generate from doc/ivy.org


From: Oleh Krehel
Subject: [elpa] master 276599c 201/399: doc/ivy.texi: Generate from doc/ivy.org
Date: Sat, 20 Jul 2019 14:57:23 -0400 (EDT)

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

    doc/ivy.texi: Generate from doc/ivy.org
    
    With:
    
    $ make ivy.texi
    
    Re #2035
---
 doc/ivy.texi | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/doc/ivy.texi b/doc/ivy.texi
index 4b96483..ae66455 100644
--- a/doc/ivy.texi
+++ b/doc/ivy.texi
@@ -409,7 +409,7 @@ Specifies the wrap-around behavior for @kbd{C-n} and 
@kbd{C-p}. When
 @code{ivy-wrap} is set to @code{t}, @code{ivy-next-line} and 
@code{ivy-previous-line}
 will cycle past the last and the first candidates respectively.
 
-Warp-around behavior is off by default.
+Wrap-around behavior is off by default.
 @end defopt
 
 @defopt ivy-height
@@ -1250,15 +1250,11 @@ headings with similar names to appreciate 
@code{ivy-mode}.
 @end indentedblock
 @subsubheading @code{magit}
 @indentedblock
-Magit requires this setting for ivy completion:
-
-@lisp
-(setq magit-completing-read-function 'ivy-completing-read)
-@end lisp
+Uses ivy by default if Ivy is installed.
 @end indentedblock
 @subsubheading @code{find-file-in-project}
 @indentedblock
-It uses ivy by default if Ivy is installed.
+Uses ivy by default if Ivy is installed.
 @end indentedblock
 @subsubheading @code{projectile}
 @indentedblock
@@ -1484,13 +1480,17 @@ Name of the symbol to store history. See 
@code{completing-read}.
 @end indentedblock
 @subsubheading @code{preselect}
 @indentedblock
-When set to a string value, select the first candidate matching
-this value.
+Determines which one of the candidates to initially select.
 
 When set to an integer value, select the candidate with that
 index value.
 
-Every time the input becomes empty, the item corresponding to to
+When set to any other non-nil value, select the first candidate
+matching this value.  Comparison is first done with @code{equal}.
+If this fails, and when applicable, match @code{preselect} as a
+regular expression.
+
+Every time the input becomes empty, the item corresponding to
 @code{preselect} is selected.
 @end indentedblock
 @subsubheading @code{keymap}



reply via email to

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