1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-07 15:21:46 +00:00

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

* lisp/elec-pair.el (electric-pair-post-self-insert-function): Fix typo.
This commit is contained in:
Allen Li 2022-06-26 00:37:07 -07:00 committed by Eli Zaretskii
parent 1f6750b53a
commit a9d338818a

View File

@ -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