[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] master 5d0fec1 032/348: ivy.el: Fix some checkdoc warnings
From: |
Oleh Krehel |
Subject: |
[elpa] master 5d0fec1 032/348: ivy.el: Fix some checkdoc warnings |
Date: |
Sat, 8 Apr 2017 11:03:18 -0400 (EDT) |
branch: master
commit 5d0fec10d7271954f7d70ea0ae59661df7a4f64f
Author: Oleh Krehel <address@hidden>
Commit: Oleh Krehel <address@hidden>
ivy.el: Fix some checkdoc warnings
---
ivy.el | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/ivy.el b/ivy.el
index a77ee6c..67f530e 100644
--- a/ivy.el
+++ b/ivy.el
@@ -223,8 +223,7 @@ Example:
(ivy-set-sources
'counsel-locate
'((small-recentf)
- (original-source)))
-"
+ (original-source)))"
(setq ivy--sources-list
(plist-put ivy--sources-list cmd sources)))
@@ -311,6 +310,7 @@ This should eventually become a stack so that you could use
`ivy-read' recursively.")
(defsubst ivy-set-action (action)
+ "Set the current `ivy-last' field to ACTION."
(setf (ivy-state-action ivy-last) action))
(defun ivy-thing-at-point ()
@@ -360,12 +360,12 @@ Otherwise, store nil.")
(defvar ivy--extra-candidates '((original-source))
"Store candidates added by the extra sources.
-This is an internal-use alist. Each key is a function name, or
+This is an internal-use alist. Each key is a function name, or
original-source (which represents where the current dynamic
candidates should go).
Each value is an evaluation of the function, in case of static
-sources. These values will subsequently be filtered on `ivy-text'.
+sources. These values will subsequently be filtered on `ivy-text'.
This variable is set by `ivy-read' and used by `ivy--set-candidates'.")
@@ -494,7 +494,7 @@ When non-nil, it should contain at least one %d.")
(defun ivy-read-action-format-default (actions)
"Create a docstring from ACTIONS.
-ACTIONS is a list. Each list item is a list of 3 items:
+ACTIONS is a list. Each list item is a list of 3 items:
key (a string), cmd and doc (a string)."
(format "%s\n%s\n"
(if (eq this-command 'ivy-read-action)
@@ -1152,7 +1152,7 @@ Prioritize directories."
(declare-function ido-file-extension-lessp "ido")
(defun ivy-sort-file-function-using-ido (x y)
- "Compare two files X and Y using `ido-file-extensions-order'
+ "Compare two files X and Y using `ido-file-extensions-order'.
This function is suitable as a replacement for
`ivy-sort-file-function-default' in `ivy-sort-functions-alist'."
- [elpa] master 3d48093 027/348: counsel.el (counsel--gg-sentinel): Add a work around, (continued)
- [elpa] master 3d48093 027/348: counsel.el (counsel--gg-sentinel): Add a work around, Oleh Krehel, 2017/04/08
- [elpa] master ddb4681 025/348: counsel.el (counsel-git-grep-cmd-default): New defvar, Oleh Krehel, 2017/04/08
- [elpa] master cf38ceb 040/348: swiper.el (swiper-font-lock-exclude): Add forth-mode, Oleh Krehel, 2017/04/08
- [elpa] master ab55e03 055/348: counsel.el (counsel-set-variable): Add :preselect, Oleh Krehel, 2017/04/08
- [elpa] master f4ec789 056/348: counsel.el (counsel-set-variable): Fix 2nd preselect, Oleh Krehel, 2017/04/08
- [elpa] master 792b7b7 051/348: counsel.el (counsel-set-variable): New command, Oleh Krehel, 2017/04/08
- [elpa] master dc4a858 060/348: counsel.el (counsel-hydra-heads): New command, Oleh Krehel, 2017/04/08
- [elpa] master cd8a570 062/348: Escape `%` chars if present in the symbol value, Oleh Krehel, 2017/04/08
- [elpa] master 97cf30d 063/348: Add multiple-cursors support to ivy-completion-in-region-action, Oleh Krehel, 2017/04/08
- [elpa] master 8c7a7fc 028/348: When reading file names, check preselect and initial-input compat, Oleh Krehel, 2017/04/08
- [elpa] master 5d0fec1 032/348: ivy.el: Fix some checkdoc warnings,
Oleh Krehel <=
- [elpa] master 2e1cebc 036/348: counsel.el (counsel-bookmark): Add, Oleh Krehel, 2017/04/08
- [elpa] master a566403 044/348: ivy.el (ivy-read): Document all args, Oleh Krehel, 2017/04/08
- [elpa] master baf89c0 054/348: ivy-test.el (colir-color-parse): Add test, Oleh Krehel, 2017/04/08
- [elpa] master be24b57 049/348: Revert "ivy.el (ivy-completion-in-region): Fix double insert bug", Oleh Krehel, 2017/04/08
- [elpa] master 77fb030 052/348: ivy.el (ivy-completion-in-region): Fix common length longer than str, Oleh Krehel, 2017/04/08
- [elpa] master 7280e19 050/348: ivy.el (ivy-completion-common-length): Fix double insert bug, Oleh Krehel, 2017/04/08
- [elpa] master 288723e 065/348: counsel.el (counsel-set-variable): Allow new symbols, Oleh Krehel, 2017/04/08
- [elpa] master fe32959 066/348: ivy.el (ivy--actionp): Fix lambda being considered a list of actions, Oleh Krehel, 2017/04/08
- [elpa] master b3cca57 057/348: Make ivy prompt face overriding modular, Oleh Krehel, 2017/04/08
- [elpa] master 6067454 068/348: Improve readability of imenu candidates, Oleh Krehel, 2017/04/08