emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/evil-surround eda6b0d6ca 079/175: Merge pull request #78 f


From: ELPA Syncer
Subject: [nongnu] elpa/evil-surround eda6b0d6ca 079/175: Merge pull request #78 from vyp/#55
Date: Mon, 9 Oct 2023 13:01:05 -0400 (EDT)

branch: elpa/evil-surround
commit eda6b0d6ca856d66f32b2718887ff02ea5c94d16
Merge: 37a5f9e8d7 8d4e72d62a
Author: Tim Harper <timcharper@gmail.com>
Commit: GitHub <noreply@github.com>

    Merge pull request #78 from vyp/#55
    
    README: surround-operator-alist -> evil-surround-operator-alist
---
 README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index c998abcb52..12627da2ee 100755
--- a/README.md
+++ b/README.md
@@ -64,12 +64,12 @@ or to add a pair that surrounds with two ` if you enter ~:
                                              evil-surround-pairs-alist))
 
 ## Add new supported operators ##
-You can add support for new operators by adding them to 
`surround-operator-alist`.
-For more information do: `C-h v surround-operator-alist`.
+You can add support for new operators by adding them to 
`evil-surround-operator-alist`.
+For more information do: `C-h v evil-surround-operator-alist`.
 
 By default, surround works with `evil-change` and `evil-delete`.
 To add support for the evil-paredit package, you need to add 
`evil-paredit-change`
-and `evil-paredit-delete` to `surround-operator-alist`, like so:
+and `evil-paredit-delete` to `evil-surround-operator-alist`, like so:
 
     (add-to-list 'evil-surround-operator-alist
                  '(evil-paredit-change . change))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]