]> git.eshelyaron.com Git - emacs.git/commitdiff
Mention `C-o' in the `RET' doc string
authorLars Ingebrigtsen <larsi@gnus.org>
Mon, 22 Mar 2021 19:25:37 +0000 (20:25 +0100)
committerLars Ingebrigtsen <larsi@gnus.org>
Mon, 22 Mar 2021 19:25:37 +0000 (20:25 +0100)
* lisp/simple.el (newline-and-indent): Mention `C-o' in the doc
string.

lisp/simple.el

index eeef40f384017de6a1e2f5019fa6b44165ef7f0f..959bd8311706f200ff84df883d50480f4472f636 100644 (file)
@@ -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