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

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

[elpa] externals/jinx 59099d0143 3/3: Fix docstrings


From: ELPA Syncer
Subject: [elpa] externals/jinx 59099d0143 3/3: Fix docstrings
Date: Tue, 28 Mar 2023 07:58:50 -0400 (EDT)

branch: externals/jinx
commit 59099d014365c80e12842087750ad61873570123
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: Daniel Mendler <mail@daniel-mendler.de>

    Fix docstrings
---
 jinx.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/jinx.el b/jinx.el
index c6183fa02c..8e52498085 100644
--- a/jinx.el
+++ b/jinx.el
@@ -619,8 +619,8 @@ Return list of overlays, see `jinx--get-overlays'."
 
 ;;;###autoload
 (defun jinx-languages (&optional global)
-  "Change languages locally.
-If predicate argument GLOBAL is given, change the languages globally."
+  "Change languages locally or globally.
+With prefix argument GLOBAL non-nil change the languages globally."
   (interactive "*P")
   (jinx--load-module)
   (when-let ((langs
@@ -641,7 +641,7 @@ If predicate argument GLOBAL is given, change the languages 
globally."
 ;;;###autoload
 (defun jinx-correct (&optional all)
   "Correct nearest misspelled word.
-If predicate argument ALL is given correct all misspellings."
+If prefix argument ALL non-nil correct all misspellings."
   (interactive "*P")
   (unless jinx-mode (jinx-mode 1))
   (unwind-protect



reply via email to

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