diff options
Diffstat (limited to 'lisp/term')
-rw-r--r-- | lisp/term/tvi970.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/term/tvi970.el b/lisp/term/tvi970.el index 3571b488e7d..c1f5928bebe 100644 --- a/lisp/term/tvi970.el +++ b/lisp/term/tvi970.el @@ -105,11 +105,11 @@ With a prefix argument ARG, enable the mode if ARG is positive, and disable it otherwise. If called from Lisp, enable the mode if ARG is omitted or nil. -In ``alternate keypad mode'', the keys send distinct escape +In alternate keypad mode, the keys send distinct escape sequences, meaning that they can have their own bindings, independent of the normal number keys. -When disabled, the terminal enters ``numeric keypad mode'', in +When disabled, the terminal enters numeric keypad mode, in which the keypad's keys act as ordinary digits." :variable (terminal-parameter nil 'tvi970-keypad-numeric) (send-string-to-terminal |