X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/0dfe7002a6b6f330b981e2d40f372bf71eeac1df..dde09cdbce0239bba0248a8ed5c1f4d85c5e8476:/lisp/skeleton.el diff --git a/lisp/skeleton.el b/lisp/skeleton.el index 84b0e0a575..1363422dcc 100644 --- a/lisp/skeleton.el +++ b/lisp/skeleton.el @@ -502,8 +502,9 @@ Pairing is also prohibited if we are right after a quoting character such as backslash. If a match is found in `skeleton-pair-alist', that is inserted, else -the defaults are used. These are (), [], {}, <> and `' for the -symmetrical ones, and the same character twice for the others." +the defaults are used. These are (), [], {}, <> and (grave +accent, apostrophe) for the paired ones, and the same character +twice for the others." (interactive "*P") (if (or arg (not skeleton-pair)) (self-insert-command (prefix-numeric-value arg))