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

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

[elpa] externals/typo 817ba30fcd 2/2: Elaborate typo-{shrink, expand} do


From: ELPA Syncer
Subject: [elpa] externals/typo 817ba30fcd 2/2: Elaborate typo-{shrink, expand} docstrings
Date: Wed, 7 Jun 2023 16:00:24 -0400 (EDT)

branch: externals/typo
commit 817ba30fcda2ba95adbd978fdf68c93eed2779c7
Author: Philip Kaludercic <philipk@posteo.net>
Commit: Philip Kaludercic <philipk@posteo.net>

    Elaborate typo-{shrink,expand} docstrings
---
 typo.el | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/typo.el b/typo.el
index 40618b711f..9f90b38f80 100644
--- a/typo.el
+++ b/typo.el
@@ -51,11 +51,15 @@ indicating the maximal number of permitted typos."
   :type '(choice function natnum))
 
 (defcustom typo-shrink 1
-  "Number of characters a word may shrink."
+  "Number of characters a word may shrink.
+Any candidate that would shorted the word by more characters than
+the value of this variable are rejected."
   :type 'natnum)
 
 (defcustom typo-expand 4
-  "Number of characters a word may expand."
+  "Number of characters a word may expand.
+Any candidate that would lengthen the word by more characters
+than the value of this variable are rejected."
   :type 'natnum)
 
 (defcustom typo-support-all-completions t



reply via email to

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