From: Eshel Yaron Date: Sun, 14 Jan 2024 16:35:32 +0000 (+0100) Subject: ; Stop saying that 'C-o' invokes 'open-line' in the minibuffer X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=bfd255ef3ba7c706a70523ce366926e053446032;p=emacs.git ; Stop saying that 'C-o' invokes 'open-line' in the minibuffer * doc/emacs/mini.texi (Minibuffer Edit): Update. --- diff --git a/doc/emacs/mini.texi b/doc/emacs/mini.texi index c29dec287bf..111a7457a80 100644 --- a/doc/emacs/mini.texi +++ b/doc/emacs/mini.texi @@ -187,8 +187,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