summaryrefslogtreecommitdiff
path: root/devdocs/elisp/motion.html
diff options
context:
space:
mode:
Diffstat (limited to 'devdocs/elisp/motion.html')
-rw-r--r--devdocs/elisp/motion.html41
1 files changed, 41 insertions, 0 deletions
diff --git a/devdocs/elisp/motion.html b/devdocs/elisp/motion.html
new file mode 100644
index 00000000..0378f998
--- /dev/null
+++ b/devdocs/elisp/motion.html
@@ -0,0 +1,41 @@
+ <h3 class="section">Motion</h3> <p>Motion functions change the value of point, either relative to the current value of point, relative to the beginning or end of the buffer, or relative to the edges of the selected window. See <a href="point">Point</a>. </p> <table class="menu" border="0" cellspacing="0"> <tr>
+<td align="left" valign="top">• <a href="character-motion" accesskey="1">Character Motion</a>
+</td>
+<td> </td>
+<td align="left" valign="top">Moving in terms of characters. </td>
+</tr> <tr>
+<td align="left" valign="top">• <a href="word-motion" accesskey="2">Word Motion</a>
+</td>
+<td> </td>
+<td align="left" valign="top">Moving in terms of words. </td>
+</tr> <tr>
+<td align="left" valign="top">• <a href="buffer-end-motion" accesskey="3">Buffer End Motion</a>
+</td>
+<td> </td>
+<td align="left" valign="top">Moving to the beginning or end of the buffer. </td>
+</tr> <tr>
+<td align="left" valign="top">• <a href="text-lines" accesskey="4">Text Lines</a>
+</td>
+<td> </td>
+<td align="left" valign="top">Moving in terms of lines of text. </td>
+</tr> <tr>
+<td align="left" valign="top">• <a href="screen-lines" accesskey="5">Screen Lines</a>
+</td>
+<td> </td>
+<td align="left" valign="top">Moving in terms of lines as displayed. </td>
+</tr> <tr>
+<td align="left" valign="top">• <a href="list-motion" accesskey="6">List Motion</a>
+</td>
+<td> </td>
+<td align="left" valign="top">Moving by parsing lists and sexps. </td>
+</tr> <tr>
+<td align="left" valign="top">• <a href="skipping-characters" accesskey="7">Skipping Characters</a>
+</td>
+<td> </td>
+<td align="left" valign="top">Skipping characters belonging to a certain set. </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/Motion.html" class="_attribution-link">https://www.gnu.org/software/emacs/manual/html_node/elisp/Motion.html</a>
+ </p>
+</div>