branch: elpa/smartparens commit 37dfec50978609049ac402bf6514f9abc7b10b29 Author: Matus Goljer <matus.gol...@gmail.com> Commit: Matus Goljer <matus.gol...@gmail.com>
docs: update docstring --- smartparens.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smartparens.el b/smartparens.el index 13146b2c29..cd72006162 100644 --- a/smartparens.el +++ b/smartparens.el @@ -5571,7 +5571,7 @@ both have to be considered by the parser." PAIRS is either an opening delimiter of a list of opening delimiters. -FUNCTION is a function symbol. +FUNCTION is an interactive function (command) symbol. For example, you can restrict function `sp-down-sexp' to the pair (\"{\" . \"}\") for easier navigation of blocks in C-like