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

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

[elpa] externals/guess-language 1f0d9d9 083/101: Fix docstring.


From: Stefan Monnier
Subject: [elpa] externals/guess-language 1f0d9d9 083/101: Fix docstring.
Date: Sat, 23 Feb 2019 10:34:48 -0500 (EST)

branch: externals/guess-language
commit 1f0d9d9d99b4846be7811ce76d311c83fb6524cd
Author: Titus von der Malsburg <address@hidden>
Commit: Titus von der Malsburg <address@hidden>

    Fix docstring.
---
 guess-language.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/guess-language.el b/guess-language.el
index 2c010ca..7121486 100644
--- a/guess-language.el
+++ b/guess-language.el
@@ -198,10 +198,10 @@ provides three arguments that we don't need."
   nil)
 
 (defun guess-language-switch-flyspell-function (lang beginning end)
-  "Switch the Flyspell dictionary spell-checks current paragraph.
+  "Switch the Flyspell dictionary and recheck the current paragraph.
 
-This is only done if the new language is actually different from
-the previous language.  Otherwise, nothing happens.
+This is only done if the new language is different from the
+previous language.  Otherwise, nothing happens.
 
 LANG is the ISO 639-1 code of the language (as a
 symbol).  BEGINNING and END are the endpoints of the region in



reply via email to

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