blob: fed0ed1cd645746e195821d827292d66556ff677 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
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>
|