diff options
| -rw-r--r-- | lispref/commands.texi | 3 |
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 | |||
| 809 | input events in a string (@pxref{Strings of Events}). | 809 | input events in a string (@pxref{Strings of Events}). |
| 810 | @end defun | 810 | @end defun |
| 811 | 811 | ||
| 812 | @tindex clear-this-command-keys | ||
| 813 | @defun clear-this-command-keys &optional keep-record | 812 | @defun clear-this-command-keys &optional keep-record |
| 814 | This function empties out the table of events for | 813 | This function empties out the table of events for |
| 815 | @code{this-command-keys} to return. Unless @var{keep-record} is | 814 | @code{this-command-keys} to return. Unless @var{keep-record} is |
| @@ -875,7 +874,6 @@ the sequence. | |||
| 875 | @code{disable-point-adjustment}: | 874 | @code{disable-point-adjustment}: |
| 876 | 875 | ||
| 877 | @defvar disable-point-adjustment | 876 | @defvar disable-point-adjustment |
| 878 | @tindex disable-point-adjustment | ||
| 879 | If this variable is non-@code{nil} when a command returns to the | 877 | If this variable is non-@code{nil} when a command returns to the |
| 880 | command loop, then the command loop does not check for those text | 878 | command loop, then the command loop does not check for those text |
| 881 | properties, and does not move point out of sequences that have them. | 879 | 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. | |||
| 885 | @end defvar | 883 | @end defvar |
| 886 | 884 | ||
| 887 | @defvar global-disable-point-adjustment | 885 | @defvar global-disable-point-adjustment |
| 888 | @tindex global-disable-point-adjustment | ||
| 889 | If you set this variable to a non-@code{nil} value, the feature of | 886 | If you set this variable to a non-@code{nil} value, the feature of |
| 890 | moving point out of these sequences is completely turned off. | 887 | moving point out of these sequences is completely turned off. |
| 891 | @end defvar | 888 | @end defvar |