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

[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



reply via email to

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