diff options
| author | Craig Jennings <c@cjennings.net> | 2024-04-07 13:41:34 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2024-04-07 13:41:34 -0500 |
| commit | 754bbf7a25a8dda49b5d08ef0d0443bbf5af0e36 (patch) | |
| tree | f1190704f78f04a2b0b4c977d20fe96a828377f1 /devdocs/elisp/motion-by-indent.html | |
new repository
Diffstat (limited to 'devdocs/elisp/motion-by-indent.html')
| -rw-r--r-- | devdocs/elisp/motion-by-indent.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/devdocs/elisp/motion-by-indent.html b/devdocs/elisp/motion-by-indent.html new file mode 100644 index 00000000..2c0e8911 --- /dev/null +++ b/devdocs/elisp/motion-by-indent.html @@ -0,0 +1,12 @@ + <h4 class="subsection">Indentation-Based Motion Commands</h4> <p>These commands, primarily for interactive use, act based on the indentation in the text. </p> <dl> <dt id="back-to-indentation">Command: <strong>back-to-indentation</strong> +</dt> <dd><p>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 <code>nil</code>. </p></dd> +</dl> <dl> <dt id="backward-to-indentation">Command: <strong>backward-to-indentation</strong> <em>&optional arg</em> +</dt> <dd><p>This command moves point backward <var>arg</var> lines and then to the first nonblank character on that line. It returns <code>nil</code>. If <var>arg</var> is omitted or <code>nil</code>, it defaults to 1. </p></dd> +</dl> <dl> <dt id="forward-to-indentation">Command: <strong>forward-to-indentation</strong> <em>&optional arg</em> +</dt> <dd><p>This command moves point forward <var>arg</var> lines and then to the first nonblank character on that line. It returns <code>nil</code>. If <var>arg</var> is omitted or <code>nil</code>, it defaults to 1. </p></dd> +</dl><div class="_attribution"> + <p class="_attribution-p"> + Copyright © 1990-1996, 1998-2022 Free Software Foundation, Inc. <br>Licensed under the GNU GPL license.<br> + <a href="https://www.gnu.org/software/emacs/manual/html_node/elisp/Motion-by-Indent.html" class="_attribution-link">https://www.gnu.org/software/emacs/manual/html_node/elisp/Motion-by-Indent.html</a> + </p> +</div> |
