summary refs log tree commit diff stats
path: root/doc/ranger.pod
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ranger.pod')
-rw-r--r--doc/ranger.pod5
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/ranger.pod b/doc/ranger.pod
index e178bf04..0fd5cc47 100644
--- a/doc/ranger.pod
+++ b/doc/ranger.pod
@@ -328,9 +328,8 @@ the end of the line automatically.
 
 To write a literal %, you need to escape it by writing %%.
 
-Note that macros are expanded twice when using chain.  For example, to insert
-a space character in a chained command, you would write %%space. This is
-because the chain command is a macro-expanding command itself.
+Note that macros are expanded twice when using chain. For example, to insert
+a space character in a chained command, you would write %%space:
  chain command1; command2%%space
 
 =head2 BOOKMARKS