branch: elpa/spell-fu commit f62b6d37706a13b2fe00d150f8903256d8fabac2 Author: Campbell Barton <ideasma...@gmail.com> Commit: Campbell Barton <ideasma...@gmail.com>
Cleanup: doc-string length --- spell-fu.el | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/spell-fu.el b/spell-fu.el index 1ef040744f..c8bfb00857 100644 --- a/spell-fu.el +++ b/spell-fu.el @@ -131,13 +131,16 @@ use `spell-fu-dictionary-add'.") ;; - word' <= don't count the final apostrophe. ;; ^^^^ (defvar-local spell-fu-word-regexp "\\b\\([[:alpha:]]+\\(['\u2019][[:alpha:]]+\\)?\\)\\b" - "Regex used to scan for words to check (used by `spell-fu-check-range').") + "Regex used to scan for words to check. +Used by `spell-fu-check-range'.") (defvar-local spell-fu-faces-include nil - "List of faces to check or nil to include all (used by `spell-fu-check-range').") + "List of faces to check or nil to include all. +Used by `spell-fu-check-range'.") (defvar-local spell-fu-faces-exclude nil - "List of faces not to check or nil to exclude none (used by `spell-fu-check-range').") + "List of faces not to check or nil to exclude none. +Used by `spell-fu-check-range'.") (defvar-local spell-fu-check-range 'spell-fu-check-range-default "Function that takes a beginning & end points to check for the current buffer.