branch: elpa/evil-nerd-commenter
commit d016f26471a1fe74b5497af3c158a428968c390c
Author: lalopmak <[email protected]>
Commit: lalopmak <[email protected]>
Changed word to WORD (which goes through symbolic characters)
---
README.org | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.org b/README.org
index 4ee4190ade..6d0f58f334 100644
--- a/README.org
+++ b/README.org
@@ -96,7 +96,7 @@ Example 2: ",9j" to comment out the next 9 lines.
Example 3: ",a(" to comment out the current s-expression, or ",i(" to only
comment out the s-expression's content. Similarly for blocks ",a{", etc.
-Example 4: ",ao" to comment out the current symbol, or ",aW" to comment out
the current word. Could be useful when commenting out function parameters, for
instance.
+Example 4: ",ao" to comment out the current symbol, or ",aW" to comment out
the current WORD. Could be useful when commenting out function parameters, for
instance.
* Contact me
You can report bugs at [[https://github.com/redguardtoo/evil-nerd-commenter]].
My email is <[email protected]>.