summaryrefslogtreecommitdiff
path: root/man/mini.texi
diff options
context:
space:
mode:
Diffstat (limited to 'man/mini.texi')
-rw-r--r--man/mini.texi12
1 files changed, 8 insertions, 4 deletions
diff --git a/man/mini.texi b/man/mini.texi
index 88aac3bdc74..040306ba041 100644
--- a/man/mini.texi
+++ b/man/mini.texi
@@ -206,10 +206,10 @@ Completion does ignore case distinctions for certain arguments in which
case does not matter.
@menu
-* Example: Completion Example.
-* Commands: Completion Commands.
-* Strict Completion::
-* Options: Completion Options.
+* Example: Completion Example. Examples of using completion.
+* Commands: Completion Commands. A list of completion commands.
+* Strict Completion:: Different types of completion.
+* Options: Completion Options. Options for completion.
@end menu
@node Completion Example
@@ -571,3 +571,7 @@ list in the variable @code{command-history}. Each element is a Lisp
expression which describes one command and its arguments. Lisp programs
can re-execute a command by calling @code{eval} with the
@code{command-history} element.
+
+@ignore
+ arch-tag: ba913cfd-b70e-400f-b663-22b2c309227f
+@end ignore