diff options
Diffstat (limited to 'devdocs/elisp/motion-by-indent.html')
| -rw-r--r-- | devdocs/elisp/motion-by-indent.html | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/devdocs/elisp/motion-by-indent.html b/devdocs/elisp/motion-by-indent.html deleted file mode 100644 index 2c0e8911..00000000 --- a/devdocs/elisp/motion-by-indent.html +++ /dev/null @@ -1,12 +0,0 @@ - <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> |
