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

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

[nongnu] elpa/spell-fu f62b6d3770 12/21: Cleanup: doc-string length


From: ELPA Syncer
Subject: [nongnu] elpa/spell-fu f62b6d3770 12/21: Cleanup: doc-string length
Date: Sat, 7 Jan 2023 07:12:28 -0500 (EST)

branch: elpa/spell-fu
commit f62b6d37706a13b2fe00d150f8903256d8fabac2
Author: Campbell Barton <ideasman42@gmail.com>
Commit: Campbell Barton <ideasman42@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.



reply via email to

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