[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] master bda0995 36/62: Remove inaccurate comment about completion
From: |
Ian Dunn |
Subject: |
[elpa] master bda0995 36/62: Remove inaccurate comment about completion in case-handling slot |
Date: |
Sat, 9 Dec 2017 14:34:02 -0500 (EST) |
branch: master
commit bda09951b37572354951d268eddcce02a953a273
Author: Ian Dunn <address@hidden>
Commit: Ian Dunn <address@hidden>
Remove inaccurate comment about completion in case-handling slot
---
paced.el | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/paced.el b/paced.el
index dfb02c7..938033e 100644
--- a/paced.el
+++ b/paced.el
@@ -170,7 +170,7 @@ This is used with the `object-write' method.")
(const :tag "Upcase Just the First Letter"
upcase-first)
(const :tag "Preserve Case on Mixed-Case
Words" mixed-case))
:label "Case Handling"
- :documentation "A symbol indicating how case should be
handled during population.
+ :documentation "How case should be handled during population.
It can be one of the following:
@@ -181,9 +181,7 @@ It can be one of the following:
* upcase-first Upcase the first letter of each word, leave the rest the same
* mixed-case Preserve case on mixed-case words; single-case words
are downcased. See `paced-mixed-case-word-p' for an
- explanation of how \"mixed-case\" is defined.
-
-This doesn't affect completion; set `paced-completion-ignore-case' for that.")
+ explanation of how \"mixed-case\" is defined.")
(updated :initarg :updated
:initform nil
:type boolean
- [elpa] master 302d4b4 28/62: Added convenience method for adding population commands, (continued)
- [elpa] master 302d4b4 28/62: Added convenience method for adding population commands, Ian Dunn, 2017/12/09
- [elpa] master 4824306 21/62: Make the registered dictionary map a hash table, Ian Dunn, 2017/12/09
- [elpa] master e751e4f 24/62: Update case-handling slot name in Documentation, Ian Dunn, 2017/12/09
- [elpa] master dada473 19/62: Push of info page, Ian Dunn, 2017/12/09
- [elpa] master 6e7d6d7 29/62: Updated method names in paced-repopulate-dictionary-async, Ian Dunn, 2017/12/09
- [elpa] master ce7a2be 20/62: Changed case-sensitivity to case-handling, Ian Dunn, 2017/12/09
- [elpa] master 35ba53b 26/62: Autoload paced-repopulate-named-dictionary-async, Ian Dunn, 2017/12/09
- [elpa] master 6e8acdf 09/62: Added documentation, Ian Dunn, 2017/12/09
- [elpa] master 0d17d8d 25/62: Warn before resetting dictionary during population, Ian Dunn, 2017/12/09
- [elpa] master 6aefb0b 05/62: Made dictionary names strings, Ian Dunn, 2017/12/09
- [elpa] master bda0995 36/62: Remove inaccurate comment about completion in case-handling slot,
Ian Dunn <=
- [elpa] master 7c9a342 39/62: Fixed paced-global-dict-enable-alist value type, Ian Dunn, 2017/12/09
- [elpa] master 8f1860a 37/62: Documentation fixes, Ian Dunn, 2017/12/09
- [elpa] master b95b016 38/62: Pushed updated info pages, Ian Dunn, 2017/12/09
- [elpa] master 964eb48 42/62: Fixed bug in completion, Ian Dunn, 2017/12/09
- [elpa] master 23c4a65 48/62: Mention common variables in population commands settings, Ian Dunn, 2017/12/09
- [elpa] master e293378 50/62: Fix completion falling back to other backend, Ian Dunn, 2017/12/09
- [elpa] master 3cd1147 45/62: Add IDs and descriptions for Contributing section, Ian Dunn, 2017/12/09
- [elpa] master 158ff71 56/62: Fixed internal links in documentation, Ian Dunn, 2017/12/09
- [elpa] master e611e61 33/62: Changed Emacs requirement to 25.1, Ian Dunn, 2017/12/09
- [elpa] master 75e9490 30/62: Account for case handling in completion, Ian Dunn, 2017/12/09