summary refs log tree commit diff stats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/ranger.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ranger.pod b/doc/ranger.pod
index b287f1ea..6c66f817 100644
--- a/doc/ranger.pod
+++ b/doc/ranger.pod
@@ -206,8 +206,8 @@ Macros can be used in commands to abbreviate things.
  %c   the full paths of the currently copied/cut files
  %p   the full paths of selected files
 
-The macros %f, %d, %p, and %s also have upper case variants, %F, %D, %P, and %S,
-which refer to the next tab.  To refer to specific tabs, add a number in
+The macros %f, %d, %p, and %s also have upper case variants, %F, %D, %P, and
+%S, which refer to the next tab.  To refer to specific tabs, add a number in
 between.  (%7s = selection of the seventh tab.)
 
 %c is the only macro which ranges out of the current directory. So you may
d='n88' href='#n88'>88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136