branch: master commit 23c4a658edec709340e787579ee863001df48610 Author: Ian Dunn <du...@gnu.org> Commit: Ian Dunn <du...@gnu.org>
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'."