emacs-diffs
[Top][All Lists]
Advanced

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

feature/minibuffer-completion-enhancements 374614fea4f 20/35: ; Stop say


From: Eshel Yaron
Subject: feature/minibuffer-completion-enhancements 374614fea4f 20/35: ; Stop saying that 'C-o' invokes 'open-line' in the minibuffer
Date: Sun, 21 Jan 2024 03:54:31 -0500 (EST)

branch: feature/minibuffer-completion-enhancements
commit 374614fea4fa6c9c5f9e94b64eaee31907ef22dd
Author: Eshel Yaron <me@eshelyaron.com>
Commit: Eshel Yaron <me@eshelyaron.com>

    ; Stop saying that 'C-o' invokes 'open-line' in the minibuffer
    
    * doc/emacs/mini.texi (Minibuffer Edit): Update.
---
 doc/emacs/mini.texi | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/doc/emacs/mini.texi b/doc/emacs/mini.texi
index 9f2a7893508..03906322dc2 100644
--- a/doc/emacs/mini.texi
+++ b/doc/emacs/mini.texi
@@ -184,8 +184,7 @@ usual Emacs commands are available for editing the argument 
text.
   Since @key{RET} in the minibuffer submits the argument, you can't
 use it to insert a newline.  You can do that with @kbd{C-q C-j}, which
 inserts a @kbd{C-j} control character, which is formally equivalent to
-a newline character (@pxref{Inserting Text}).  Alternatively, you can
-use the @kbd{C-o} (@code{open-line}) command (@pxref{Blank Lines}).
+a newline character (@pxref{Inserting Text}).
 
   Inside a minibuffer, the keys @key{TAB}, @key{SPC}, and @kbd{?} are
 often bound to @dfn{completion commands}, which allow you to easily



reply via email to

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