summaryrefslogtreecommitdiff
path: root/lispref/commands.texi
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2006-07-08 18:12:43 +0000
committerEli Zaretskii <eliz@gnu.org>2006-07-08 18:12:43 +0000
commit120645374cdf9629c8dacdf4151c5bebfc2b6d4b (patch)
tree559ae0c59b48dfc8945318a9d16f02250acaac95 /lispref/commands.texi
parent4faa0e04256ce959954a1a3806e32ea0b112e53d (diff)
downloademacs-120645374cdf9629c8dacdf4151c5bebfc2b6d4b.tar.gz
(Command Loop Info, Adjusting Point): Remove @tindex.
Diffstat (limited to 'lispref/commands.texi')
-rw-r--r--lispref/commands.texi3
1 files changed, 0 insertions, 3 deletions
diff --git a/lispref/commands.texi b/lispref/commands.texi
index e494d0dfc5a..c56ecf41faa 100644
--- a/lispref/commands.texi
+++ b/lispref/commands.texi
@@ -809,7 +809,6 @@ in a vector, so you don't need to deal with the complexities of storing
input events in a string (@pxref{Strings of Events}).
@end defun
-@tindex clear-this-command-keys
@defun clear-this-command-keys &optional keep-record
This function empties out the table of events for
@code{this-command-keys} to return. Unless @var{keep-record} is
@@ -875,7 +874,6 @@ the sequence.
@code{disable-point-adjustment}:
@defvar disable-point-adjustment
-@tindex disable-point-adjustment
If this variable is non-@code{nil} when a command returns to the
command loop, then the command loop does not check for those text
properties, and does not move point out of sequences that have them.
@@ -885,7 +883,6 @@ so if a command sets it, the effect applies only to that command.
@end defvar
@defvar global-disable-point-adjustment
-@tindex global-disable-point-adjustment
If you set this variable to a non-@code{nil} value, the feature of
moving point out of these sequences is completely turned off.
@end defvar