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

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

[elpa] externals/jinx 1c85618b49 2/2: Fix docstring


From: ELPA Syncer
Subject: [elpa] externals/jinx 1c85618b49 2/2: Fix docstring
Date: Wed, 13 Sep 2023 06:58:10 -0400 (EDT)

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

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

diff --git a/jinx.el b/jinx.el
index 4ecff04224..6c0923759d 100644
--- a/jinx.el
+++ b/jinx.el
@@ -913,10 +913,10 @@ Suggest corrections even if the word is not misspelled."
 This command dispatches to the following commands:
   - `jinx-correct-nearest': If prefix ARG is nil, correct nearest
     misspelled word.
-  - `jinx-correct-all': If prefix ARG is 4, corresponding to C-u
-    pressed once, correct all misspelled words.
+  - `jinx-correct-all': If prefix ARG is 4, corresponding to
+    \\[universal-argument] pressed once, correct all misspelled words.
   - `jinx-correct-word': If prefix ARG is 16, corresponding to
-    C-u pressed twice, correct word before point."
+    \\[universal-argument] pressed twice, correct word before point."
   (interactive "*P")
   (pcase arg
     ('nil (jinx-correct-nearest))



reply via email to

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