summaryrefslogtreecommitdiff
path: root/devdocs/elisp/indentation.html
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2024-04-07 13:41:34 -0500
committerCraig Jennings <c@cjennings.net>2024-04-07 13:41:34 -0500
commit754bbf7a25a8dda49b5d08ef0d0443bbf5af0e36 (patch)
treef1190704f78f04a2b0b4c977d20fe96a828377f1 /devdocs/elisp/indentation.html
new repository
Diffstat (limited to 'devdocs/elisp/indentation.html')
-rw-r--r--devdocs/elisp/indentation.html36
1 files changed, 36 insertions, 0 deletions
diff --git a/devdocs/elisp/indentation.html b/devdocs/elisp/indentation.html
new file mode 100644
index 00000000..fed0ed1c
--- /dev/null
+++ b/devdocs/elisp/indentation.html
@@ -0,0 +1,36 @@
+ <h3 class="section">Indentation</h3> <p>The indentation functions are used to examine, move to, and change whitespace that is at the beginning of a line. Some of the functions can also change whitespace elsewhere on a line. Columns and indentation count from zero at the left margin. </p> <table class="menu" border="0" cellspacing="0"> <tr>
+<td align="left" valign="top">• <a href="primitive-indent" accesskey="1">Primitive Indent</a>
+</td>
+<td> </td>
+<td align="left" valign="top">Functions used to count and insert indentation. </td>
+</tr> <tr>
+<td align="left" valign="top">• <a href="mode_002dspecific-indent" accesskey="2">Mode-Specific Indent</a>
+</td>
+<td> </td>
+<td align="left" valign="top">Customize indentation for different modes. </td>
+</tr> <tr>
+<td align="left" valign="top">• <a href="region-indent" accesskey="3">Region Indent</a>
+</td>
+<td> </td>
+<td align="left" valign="top">Indent all the lines in a region. </td>
+</tr> <tr>
+<td align="left" valign="top">• <a href="relative-indent" accesskey="4">Relative Indent</a>
+</td>
+<td> </td>
+<td align="left" valign="top">Indent the current line based on previous lines. </td>
+</tr> <tr>
+<td align="left" valign="top">• <a href="indent-tabs" accesskey="5">Indent Tabs</a>
+</td>
+<td> </td>
+<td align="left" valign="top">Adjustable, typewriter-like tab stops. </td>
+</tr> <tr>
+<td align="left" valign="top">• <a href="motion-by-indent" accesskey="6">Motion by Indent</a>
+</td>
+<td> </td>
+<td align="left" valign="top">Move to first non-blank character. </td>
+</tr> </table><div class="_attribution">
+ <p class="_attribution-p">
+ Copyright &copy; 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/Indentation.html" class="_attribution-link">https://www.gnu.org/software/emacs/manual/html_node/elisp/Indentation.html</a>
+ </p>
+</div>