aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 2a248f1..99a1fd8 100644
--- a/README.md
+++ b/README.md
@@ -14,10 +14,10 @@ The user interface consists of three commands:
* `cd` is now an alias which calls the function `cdlog.chdir`.
Every time you change directory, it pushes the previous directory
-into a FIFO log. The log maintains nine entries. The ninth entry
-is erased. The entries are stored in the variables `c1` through `c9`.
-The first four entries are also copied into the variables `x`, `y`,
-`z` and `w` for shorter access.
+into a FIFO log which is stored in the `cdlog_fifo` array. The log maintains
+nine entries. The ninth entry is erased. The entries are copied into
+the variables `c1` through `c9`. The first four entries are also
+copied into the variables `x`, `y`, `z` and `w` for shorter access.
* `cs` (cd swap) is an alias for a command which exchanges
the current directory with a selected `cslog` entry selected