emacs-diffs
[Top][All Lists]
Advanced

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

emacs-28 a9d338818a: ; elec-pair: Fix docstring typo (bug#56233)


From: Eli Zaretskii
Subject: emacs-28 a9d338818a: ; elec-pair: Fix docstring typo (bug#56233)
Date: Sun, 26 Jun 2022 04:15:18 -0400 (EDT)

branch: emacs-28
commit a9d338818ae9ec789b90f1b3d5700d25fcdbbab6
Author: Allen Li <darkfeline@felesatra.moe>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; elec-pair: Fix docstring typo (bug#56233)
    
    * lisp/elec-pair.el (electric-pair-post-self-insert-function): Fix typo.
---
 lisp/elec-pair.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/elec-pair.el b/lisp/elec-pair.el
index 964d21f11c..bbed955a39 100644
--- a/lisp/elec-pair.el
+++ b/lisp/elec-pair.el
@@ -498,7 +498,7 @@ The decision is taken by order of preference:
   corresponding delimiter for C;
 
 * According to C alone, by looking C up in the tables
-  `electric-pair-paris' or `electric-pair-text-pairs' (which
+  `electric-pair-pairs' or `electric-pair-text-pairs' (which
   see);
 
 * According to C's syntax and the syntactic state of the buffer



reply via email to

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