diff options
Diffstat (limited to 'devdocs/elisp/indentation.html')
| -rw-r--r-- | devdocs/elisp/indentation.html | 36 |
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 © 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> |
