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

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

[elpa] master af746ca 1/2: ivy.el: Correct some docstrings


From: Oleh Krehel
Subject: [elpa] master af746ca 1/2: ivy.el: Correct some docstrings
Date: Sun, 9 Apr 2017 05:15:31 -0400 (EDT)

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

    ivy.el: Correct some docstrings
---
 Makefile          | 2 +-
 doc/Changelog.org | 3 ++-
 ivy.el            | 6 +++---
 3 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/Makefile b/Makefile
index 01e7dd0..902ce8a 100644
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,7 @@ test:
        $(emacs) -batch $(LOAD) -l ivy-test.el -f ert-run-tests-batch-and-exit
 
 compile:
-       $(emacs) -batch --eval "(progn (add-to-list 'load-path 
default-directory) (mapc #'byte-compile-file '(\"ivy.el\" \"swiper.el\" 
\"counsel.el\")))"
+       $(emacs) -batch --eval "(progn (add-to-list 'load-path 
default-directory) (mapc #'byte-compile-file '(\"ivy.el\" \"swiper.el\" 
\"counsel.el\" \"colir.el\")))"
 
 plain:
        $(emacs) --version
diff --git a/doc/Changelog.org b/doc/Changelog.org
index 0af0db2..7eb046c 100644
--- a/doc/Changelog.org
+++ b/doc/Changelog.org
@@ -2114,10 +2114,11 @@ See 
[[https://github.com/abo-abo/swiper/issues/714][#714]].
 See [[https://github.com/abo-abo/swiper/issues/833][#833]].
 -----
 *** =ivy--filter=
-Recompute index after filter
 :PROPERTIES:
 :CUSTOM_ID: 0-9-0-fx-ivy--filter-recompute-index-after-filter
 :END:
+Recompute index after filter.
+
 See [[https://github.com/abo-abo/swiper/issues/491][#491]].
 -----
 *** =ivy--flx-sort=
diff --git a/ivy.el b/ivy.el
index e276b50..d4b1e65 100644
--- a/ivy.el
+++ b/ivy.el
@@ -243,7 +243,7 @@ are about to be displayed, not on the whole collection."
 Each static source is a function that takes no argument and
 returns a list of strings.
 
-The '(original-source) determines the position of the original
+The (original-source) determines the position of the original
 dynamic source.
 
 Extra dynamic sources aren't supported yet.
@@ -401,7 +401,7 @@ of `history-length'.")
   "Store the index of the current candidate.")
 
 (defvar ivy-exit nil
-  "Store 'done if the completion was successfully selected.
+  "Store `done' if the completion was successfully selected.
 Otherwise, store nil.")
 
 (defvar ivy--all-candidates nil
@@ -1853,7 +1853,7 @@ The previous string is between `ivy-completion-beg' and 
`ivy-completion-end'."
           (move-marker (overlay-get cursor 'mark) (point)))))))
 
 (defun ivy-completion-common-length (str)
-  "Return the length of the first 'completions-common-part face in STR."
+  "Return the length of the first `completions-common-part' face in STR."
   (let ((pos 0)
         (len (length str))
         face-sym)



reply via email to

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