[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] master 465d5f2 07/78: Improve docstrings
From: |
Oleh Krehel |
Subject: |
[elpa] master 465d5f2 07/78: Improve docstrings |
Date: |
Sat, 23 Jan 2016 13:59:38 +0000 |
branch: master
commit 465d5f2f9c6093e5992ab7377ae93613394acfb8
Author: Oleh Krehel <address@hidden>
Commit: Oleh Krehel <address@hidden>
Improve docstrings
* avy.el (avy-keys): Update.
(avy-background-face): Update.
---
avy.el | 13 ++++++-------
1 files changed, 6 insertions(+), 7 deletions(-)
diff --git a/avy.el b/avy.el
index 900b29f..2470d1b 100644
--- a/avy.el
+++ b/avy.el
@@ -57,13 +57,13 @@
(defcustom avy-keys '(?a ?s ?d ?f ?g ?h ?j ?k ?l)
"Default keys for jumping.
Any key is either a character representing a self-inserting
-key (a-z, A-Z, 0-9, punctuation, etc.) or a symbol denoting a
+key (letters, digits, punctuation, etc.) or a symbol denoting a
non-printing key like an arrow key (left, right, up, down). For
non-printing keys, a corresponding entry in
-`avy-key-to-char-alist' must exists in order to visualize the key
+`avy-key-to-char-alist' must exist in order to visualize the key
in the avy overlays."
:type '(repeat :tag "Keys" (choice (character :tag "char")
- (symbol :tag "non-printing key"))))
+ (symbol :tag "non-printing key"))))
(defcustom avy-keys-alist nil
"Alist of avy-jump commands to `avy-keys' overriding the default `avy-keys'."
@@ -181,10 +181,9 @@ For example, to make SPC do the same as ?a, use
(down . ?▼)
(prior . ?△)
(next . ?▽))
- "An alist from non-character keys to chars used to represent
-them in the avy overlays. This alist must contain all keys used
-in `avy-keys' which are no self-inserting keys and thus aren't
-read as characters.")
+ "An alist from non-character keys to printable chars used in avy overlays.
+This alist must contain all keys used in `avy-keys' which are not
+self-inserting keys and thus aren't read as characters.")
;;* Internals
;;** Tree
- [elpa] master updated (4300eae -> a6b7502), Oleh Krehel, 2016/01/23
- [elpa] master 8c8ad97 01/78: Add de-bruijn to the defcustom of avy-styles-alist, Oleh Krehel, 2016/01/23
- [elpa] master eb28aeb 02/78: avy.el (avy-goto-line): push mark for numeric line, Oleh Krehel, 2016/01/23
- [elpa] master 7928d11 05/78: Remove the old obsolete aliases, Oleh Krehel, 2016/01/23
- [elpa] master 0cac589 04/78: Allow non-printing keys in avy-keys, Oleh Krehel, 2016/01/23
- [elpa] master 36e4d14 03/78: Respect the current input method for target chars, Oleh Krehel, 2016/01/23
- [elpa] master 465d5f2 07/78: Improve docstrings,
Oleh Krehel <=
- [elpa] master 26123a7 10/78: avy.el (avy-goto-line): Fixup goto-line clause, Oleh Krehel, 2016/01/23
- [elpa] master 492ac49 11/78: avy.el (avy-pop-mark): Add, Oleh Krehel, 2016/01/23
- [elpa] master 3b9a60a 09/78: avy.el (avy-dispatch-alist): Upgrade to defcustom, Oleh Krehel, 2016/01/23
- [elpa] master d22493c 12/78: Autload avy-goto-word-or-subword-1, Oleh Krehel, 2016/01/23
- [elpa] master 1d1e4b6 06/78: Allow to switch action midway from goto to kill/mark/copy, Oleh Krehel, 2016/01/23
- [elpa] master 30067dd 14/78: avy.el (avy-action-goto): Don't push mark when region is active, Oleh Krehel, 2016/01/23
- [elpa] master a6db8a3 08/78: Rename avy--with-avy-keys to avy-with, Oleh Krehel, 2016/01/23
- [elpa] master 1e578a1 15/78: Considers letter case only if given Upcase letter, Oleh Krehel, 2016/01/23
- [elpa] master e8cebf1 13/78: Make arg optional in avy-goto-subword-1, Oleh Krehel, 2016/01/23
- [elpa] master 36b296c 20/78: avy.el (subword-backward-regexp): Fix declaration, Oleh Krehel, 2016/01/23