From 22910e71e5092250b2134dae07bd8e2a82e4f750 Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Mon, 22 Mar 2021 20:25:37 +0100 Subject: [PATCH] Mention `C-o' in the `RET' doc string * lisp/simple.el (newline-and-indent): Mention `C-o' in the doc string. --- lisp/simple.el | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 -- 2.39.5