1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-06 06:20:55 -08:00

Merge from origin/emacs-28

a9d338818a ; elec-pair: Fix docstring typo (bug#56233)
This commit is contained in:
Stefan Kangas 2022-06-27 06:30:24 +02:00
commit 9533676302

View file

@ -498,7 +498,7 @@ The decision is taken by order of preference:
corresponding delimiter for C; corresponding delimiter for C;
* According to C alone, by looking C up in the tables * 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); see);
* According to C's syntax and the syntactic state of the buffer * According to C's syntax and the syntactic state of the buffer