]> git.eshelyaron.com Git - emacs.git/commitdiff
Add to "Completion Commands" Info node
authorCharles A. Roelli <charles@aurox.ch>
Thu, 8 Mar 2018 19:45:47 +0000 (20:45 +0100)
committerCharles A. Roelli <charles@aurox.ch>
Thu, 8 Mar 2018 19:45:47 +0000 (20:45 +0100)
* doc/emacs/mini.texi (Completion Commands): Mention other keys
for 'next-completion' and 'previous-completion', and explain 'q'
and 'z' which are relatively new additions.

doc/emacs/mini.texi

index 579697f47bda90d2f52ecd148bf10898715f3e56..9e650ba55f7d9ab111a3aa09be894af96e7f0fe5 100644 (file)
@@ -366,14 +366,26 @@ While in the completion list buffer, this chooses the completion at
 point (@code{choose-completion}).
 
 @findex next-completion
+@item @key{TAB}
 @item @key{RIGHT}
-While in the completion list buffer, this moves point to the following
-completion alternative (@code{next-completion}).
+While in the completion list buffer, these keys move point to the
+following completion alternative (@code{next-completion}).
 
 @findex previous-completion
+@item @key{S-TAB}
 @item @key{LEFT}
-While in the completion list buffer, this moves point to the previous
-completion alternative (@code{previous-completion}).
+While in the completion list buffer, these keys move point to the
+previous completion alternative (@code{previous-completion}).
+
+@findex quit-window
+@item @kbd{q}
+While in the completion list buffer, this quits the window showing it
+and selects the window showing the minibuffer (@code{quit-window}).
+
+@findex kill-current-buffer
+@item @kbd{z}
+While in the completion list buffer, kill it and delete the window
+showing it (@code{kill-current-buffer}).
 @end table
 
 @node Completion Exit