diff options
Diffstat (limited to 'lisp/term/tvi970.el')
| -rw-r--r-- | lisp/term/tvi970.el | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/lisp/term/tvi970.el b/lisp/term/tvi970.el index 2f9eb2614f6..c1f5928bebe 100644 --- a/lisp/term/tvi970.el +++ b/lisp/term/tvi970.el @@ -1,6 +1,6 @@ ;;; tvi970.el --- terminal support for the Televideo 970 -;; Copyright (C) 1992, 2001-2013 Free Software Foundation, Inc. +;; Copyright (C) 1992, 2001-2015 Free Software Foundation, Inc. ;; Author: Jim Blandy <jimb@occs.cs.oberlin.edu> ;; Keywords: terminals @@ -23,8 +23,6 @@ ;;; Commentary: -;; Uses the Emacs 19 terminal initialization features --- won't work with 18. - ;;; Code: (defvar tvi970-terminal-map @@ -107,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 |
