emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master f67a14e: Add to "Completion Commands" Info node


From: Charles A. Roelli
Subject: [Emacs-diffs] master f67a14e: Add to "Completion Commands" Info node
Date: Thu, 8 Mar 2018 14:34:27 -0500 (EST)

branch: master
commit f67a14efb6fc9c00bd69d3bdee509c999bc17cb1
Author: Charles A. Roelli <address@hidden>
Commit: Charles A. Roelli <address@hidden>

    Add to "Completion Commands" Info node
    
    * 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 | 20 ++++++++++++++++----
 1 file changed, 16 insertions(+), 4 deletions(-)

diff --git a/doc/emacs/mini.texi b/doc/emacs/mini.texi
index 579697f..9e650ba 100644
--- a/doc/emacs/mini.texi
+++ b/doc/emacs/mini.texi
@@ -366,14 +366,26 @@ While in the completion list buffer, this chooses the 
completion at
 point (@code{choose-completion}).
 
 @findex next-completion
address@hidden @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
address@hidden @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}).
+
address@hidden quit-window
address@hidden @kbd{q}
+While in the completion list buffer, this quits the window showing it
+and selects the window showing the minibuffer (@code{quit-window}).
+
address@hidden kill-current-buffer
address@hidden @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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]