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

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

[elpa] master 23c4a65 48/62: Mention common variables in population comm


From: Ian Dunn
Subject: [elpa] master 23c4a65 48/62: Mention common variables in population commands settings
Date: Sat, 9 Dec 2017 14:34:04 -0500 (EST)

branch: master
commit 23c4a658edec709340e787579ee863001df48610
Author: Ian Dunn <address@hidden>
Commit: Ian Dunn <address@hidden>

    Mention common variables in population commands settings
    
    * paced.el (paced-population-command): Mention `paced-exclude-function' and
      `paced-thing-at-point-constituent' in docstring.
---
 paced.el | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/paced.el b/paced.el
index e29e0de..3c086f8 100644
--- a/paced.el
+++ b/paced.el
@@ -794,7 +794,10 @@ Returns nil if FILE doesn't exist."
           :custom (alist :tag "Options" :key-type variable :value-type sexp)
           :documentation "A list of variables to set during population.
 
-Each element is of the form (VAR VALUE).")))
+Each element is of the form (VAR VALUE).
+
+Some suggested variables for this are `paced-exclude-function'
+and `paced-thing-at-point-constituent'.")))
 
 (cl-defmethod paced-population-command-prepare-props ((cmd 
paced-population-command))
   "Turn props of CMD into a form understood by `let'."



reply via email to

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