]> git.eshelyaron.com Git - emacs.git/commitdiff
; Stop saying that 'C-o' invokes 'open-line' in the minibuffer
authorEshel Yaron <me@eshelyaron.com>
Sun, 14 Jan 2024 16:35:32 +0000 (17:35 +0100)
committerEshel Yaron <me@eshelyaron.com>
Fri, 19 Jan 2024 10:08:44 +0000 (11:08 +0100)
* doc/emacs/mini.texi (Minibuffer Edit): Update.

doc/emacs/mini.texi

index 9f2a789350865d313f45b0739bfc1bc98e9584f8..03906322dc22afc192a48f69c67ceff62c6b5663 100644 (file)
@@ -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