From: Lars Ingebrigtsen Date: Mon, 22 Mar 2021 19:25:37 +0000 (+0100) Subject: Mention `C-o' in the `RET' doc string X-Git-Tag: emacs-28.0.90~3176 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=22910e71e5092250b2134dae07bd8e2a82e4f750;p=emacs.git Mention `C-o' in the `RET' doc string * lisp/simple.el (newline-and-indent): Mention `C-o' in the doc string. --- diff --git a/lisp/simple.el b/lisp/simple.el index eeef40f3840..959bd831170 100644 --- a/lisp/simple.el +++ b/lisp/simple.el @@ -836,7 +836,10 @@ In programming language modes, this is the same as TAB. In some text modes, where TAB inserts a tab, this command indents to the column specified by the function `current-left-margin'. -With ARG, perform this action that many times." +With ARG, perform this action that many times. + +Also see `open-line' (bound to \\[open-line]) for a command that +just inserts a newline without doing any indentation." (interactive "*p") (delete-horizontal-space t) (unless arg