emacs-diffs
[Top][All Lists]
Advanced

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

master 22910e7: Mention `C-o' in the `RET' doc string


From: Lars Ingebrigtsen
Subject: master 22910e7: Mention `C-o' in the `RET' doc string
Date: Mon, 22 Mar 2021 15:25:46 -0400 (EDT)

branch: master
commit 22910e71e5092250b2134dae07bd8e2a82e4f750
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    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 eeef40f..959bd83 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



reply via email to

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