branch: elpa/smartparens
commit ab475c78916d7b1666a495e3fe9c54b250195637
Author: Matus Goljer <matus.gol...@gmail.com>
Commit: Matus Goljer <matus.gol...@gmail.com>

    docs: fix typo
    
    fixes #1214
---
 smartparens.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/smartparens.el b/smartparens.el
index 309cea1108..ba6eb64858 100644
--- a/smartparens.el
+++ b/smartparens.el
@@ -5853,7 +5853,7 @@ Pair object is anything delimited by pairs from 
`sp-pair-list'."
       (execute-kbd-macro cmd))))
 
 (defun sp-prefix-symbol-object (&optional _arg)
-  "Read the command and invoke it on the next pair object.
+  "Read the command and invoke it on the next symbol object.
 
 If you specify a regular emacs prefix argument this is passed to
 the executed command.  Therefore, executing

Reply via email to