diff options
| author | Craig Jennings <c@cjennings.net> | 2025-08-14 22:58:58 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2025-08-14 22:58:58 -0500 |
| commit | 82ba818ff456bcd6d56a06226e3f27e98fbb55c3 (patch) | |
| tree | 158cfc17b2f644a10f063cb546752cfaae12c97f /devdocs/elisp/motion-by-indent.html | |
| parent | 9278ddd4ea1a8b1a4c1edaa8894516e3f48d245b (diff) | |
| download | dotemacs-82ba818ff456bcd6d56a06226e3f27e98fbb55c3.tar.gz dotemacs-82ba818ff456bcd6d56a06226e3f27e98fbb55c3.zip | |
removing all downloaded devdocs files
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> |
