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

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

[nongnu] elpa/j-mode 0bf1acd 35/56: Fix "\\." (Suffix / Outfix) for `j-h


From: ELPA Syncer
Subject: [nongnu] elpa/j-mode 0bf1acd 35/56: Fix "\\." (Suffix / Outfix) for `j-help-voc-alist'
Date: Sun, 29 Aug 2021 11:20:49 -0400 (EDT)

branch: elpa/j-mode
commit 0bf1acdd41af05f0e9d2190f5766945cbc9a7caa
Author: Oleh Krehel <ohwoeowho@gmail.com>
Commit: Oleh Krehel <ohwoeowho@gmail.com>

    Fix "\\." (Suffix / Outfix) for `j-help-voc-alist'
---
 j-help.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/j-help.el b/j-help.el
index 904920d..0fcb958 100644
--- a/j-help.el
+++ b/j-help.el
@@ -106,7 +106,7 @@ It groups the objects in LIST according to the predicate FN"
 (defconst j-help-voc-alist
   '(("~" . "d220v") ("}" . "d530n") ("|" . "d230") ("#" . "d400")
     ("{" . "d520") ("`" . "d610") ("_" . "d030") ("^" . "d200")
-    ("]" . "d500") ("\\" . "d430") (":" . "d432") ("." . "d431")
+    ("]" . "d500") ("\\" . "d430") (":" . "d432") ("\\." . "d431")
     ("\"" . "d600n") ("[" . "d500") ("@" . "d620") ("?" . "d640")
     ("=" . "d000") (";" . "d330") (":" . "d310n") ("/" . "d420")
     ("." . "d300") ("-" . "d120") ("," . "d320") ("+" . "d100")



reply via email to

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