From a9d338818ae9ec789b90f1b3d5700d25fcdbbab6 Mon Sep 17 00:00:00 2001 From: Allen Li Date: Sun, 26 Jun 2022 00:37:07 -0700 Subject: [PATCH] ; 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 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 -- 2.39.2