summary refs log tree commit diff stats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/ranger.12
-rw-r--r--doc/ranger.pod2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/ranger.1 b/doc/ranger.1
index 291e6d69..e0be02ef 100644
--- a/doc/ranger.1
+++ b/doc/ranger.1
@@ -842,7 +842,7 @@ use the \*(L"\-q\*(R" option.
 .Sp
 Examples:
  :eval fm
- :eval len(fm.env.directories)
+ :eval len(fm.tabs)
  :eval p(\*(L"Hello World!\*(R")
 .IP "filter [\fIstring\fR]" 2
 .IX Item "filter [string]"
diff --git a/doc/ranger.pod b/doc/ranger.pod
index e418e1ea..50c7b7c1 100644
--- a/doc/ranger.pod
+++ b/doc/ranger.pod
@@ -860,7 +860,7 @@ use the "-q" option.
 
 Examples:
  :eval fm
- :eval len(fm.env.directories)
+ :eval len(fm.tabs)
  :eval p("Hello World!")
 
 =item filter [I<string>]