about summary refs log tree commit diff
path: root/manual
diff options
context:
space:
mode:
Diffstat (limited to 'manual')
-rw-r--r--manual/top-menu.texi10
1 files changed, 6 insertions, 4 deletions
diff --git a/manual/top-menu.texi b/manual/top-menu.texi
index 1c8d3e9248..ce5919886e 100644
--- a/manual/top-menu.texi
+++ b/manual/top-menu.texi
@@ -309,10 +309,12 @@ Regular Expressions
 
 Word Expansion
 
-* Expansion Stages::	What word expansion does to a string.
-* Calling Wordexp::	How to call @code{wordexp}.
-* Flags for Wordexp::   Options you can enable in @code{wordexp}.
-* Wordexp Example::	A sample program that does word expansion.
+* Expansion Stages::            What word expansion does to a string.
+* Calling Wordexp::             How to call @code{wordexp}.
+* Flags for Wordexp::           Options you can enable in @code{wordexp}.
+* Wordexp Example::             A sample program that does word expansion.
+* Tilde Expansion::             Details of how tilde expansion works.
+* Variable Substitution::       Different types of variable substitution.
 
 I/O Overview