diff options
author | Allen Li <darkfeline@felesatra.moe> | 2022-06-26 00:37:07 -0700 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2022-06-26 11:14:34 +0300 |
commit | a9d338818ae9ec789b90f1b3d5700d25fcdbbab6 (patch) | |
tree | 7c8fbca106f31f6e9363c5a256d1349a84e433b5 /lisp/elec-pair.el | |
parent | 1f6750b53a872a5747dff92b8f61cfede0c5a6a6 (diff) | |
download | emacs-a9d338818ae9ec789b90f1b3d5700d25fcdbbab6.tar.gz |
; elec-pair: Fix docstring typo (bug#56233)
* lisp/elec-pair.el (electric-pair-post-self-insert-function): Fix typo.
Diffstat (limited to 'lisp/elec-pair.el')
-rw-r--r-- | lisp/elec-pair.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/elec-pair.el b/lisp/elec-pair.el index 964d21f11c6..bbed955a393 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 |