These commands, primarily for interactive use, act based on the indentation in the text.
This command moves point to the first non-whitespace character in the current line (which is the line in which point is located). It returns nil
.
This command moves point backward arg lines and then to the first nonblank character on that line. It returns nil
. If arg is omitted or nil
, it defaults to 1.
This command moves point forward arg lines and then to the first nonblank character on that line. It returns nil
. If arg is omitted or nil
, it defaults to 1.
Copyright © 1990-1996, 1998-2019 Free Software Foundation, Inc.
Licensed under the GNU GPL license.
https://www.gnu.org/software/emacs/manual/html_node/elisp/Motion-by-Indent.html