# HG changeset patch # User Eli Zaretskii # Date 1152382363 0 # Node ID 1ff80e43258a87f9c0ff02725b65cd13d967945f # Parent 68a288c68acc21c53a58681e45547c06d747c69c (Command Loop Info, Adjusting Point): Remove @tindex. diff -r 68a288c68acc -r 1ff80e43258a lispref/commands.texi --- a/lispref/commands.texi Sat Jul 08 18:12:14 2006 +0000 +++ b/lispref/commands.texi Sat Jul 08 18:12:43 2006 +0000 @@ -809,7 +809,6 @@ 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 @@ @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 @@ @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