Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
3fbca65f
Commit
3fbca65f
authored
Jul 08, 2006
by
Eli Zaretskii
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(Word Motion, Text Lines, List Motion): Remove @tindex.
parent
6061e9bc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
5 deletions
+0
-5
lispref/positions.texi
lispref/positions.texi
+0
-5
No files found.
lispref/positions.texi
View file @
3fbca65f
...
...
@@ -228,7 +228,6 @@ words. Otherwise, they do not.
@end defvar
@defvar inhibit-field-text-motion
@tindex inhibit-field-text-motion
If this variable is non-@code{nil}, certain motion functions including
@code{forward-word}, @code{forward-sentence}, and
@code{forward-paragraph} ignore field boundaries.
...
...
@@ -345,7 +344,6 @@ is signaled.
@end deffn
@defun line-beginning-position &optional count
@tindex line-beginning-position
Return the position that @code{(beginning-of-line @var{count})}
would move to.
@end defun
...
...
@@ -367,7 +365,6 @@ is signaled.
@end deffn
@defun line-end-position &optional count
@tindex line-end-position
Return the position that @code{(end-of-line @var{count})}
would move to.
@end defun
...
...
@@ -735,14 +732,12 @@ The default is @code{t}.
@end defopt
@defvar beginning-of-defun-function
@tindex beginning-of-defun-function
If non-@code{nil}, this variable holds a function for finding the
beginning of a defun. The function @code{beginning-of-defun}
calls this function instead of using its normal method.
@end defvar
@defvar end-of-defun-function
@tindex end-of-defun-function
If non-@code{nil}, this variable holds a function for finding the end of
a defun. The function @code{end-of-defun} calls this function instead
of using its normal method.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment