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

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

[nongnu] elpa/evil-lisp-state 33602d3edc 063/125: Typo in readme


From: ELPA Syncer
Subject: [nongnu] elpa/evil-lisp-state 33602d3edc 063/125: Typo in readme
Date: Thu, 6 Jan 2022 04:58:41 -0500 (EST)

branch: elpa/evil-lisp-state
commit 33602d3edc52765b45bce912a531e269b9c13221
Author: syl20bnr <sylvain.benner@gmail.com>
Commit: syl20bnr <sylvain.benner@gmail.com>

    Typo in readme
---
 README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 9b78ef7489..0692569b02 100644
--- a/README.md
+++ b/README.md
@@ -48,7 +48,7 @@ both `evil` and `smartparens` to be installed.
 
 ## Configuration
 
-Example of a configuration overriding the `L` key bindings of `<tab>ormal 
state`
+Example of a configuration overriding the `L` key bindings of `normal state`
 in order to trigger the `lisp state`.
 
 ```elisp
@@ -68,8 +68,8 @@ Corresponding backward version of a command is performed by a 
common prefix
 whose value is determined by the custom variable
 `evil-lisp-state-backward-prefix`. Default value is `<tab>`.
 
-For instance, `slurping forward` is performed with `s` and the backward
-version `slurping backward` with `<tab>s`.
+For instance, `sp-forward-slurp-sexp` is performed with `s` and the backward
+version `sp-backward-slurp-sexp` with `<tab>s`.
 
 ## Intuitive navigation model
 



reply via email to

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