summaryrefslogtreecommitdiff
path: root/lisp/term/lk201.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/term/lk201.el')
-rw-r--r--lisp/term/lk201.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/term/lk201.el b/lisp/term/lk201.el
index 76a3a31cedc..6b9e1301003 100644
--- a/lisp/term/lk201.el
+++ b/lisp/term/lk201.el
@@ -75,7 +75,7 @@
(defun terminal-init-lk201 ()
;; Use inheritance to let the main keymap override these defaults.
;; This way we don't override terminfo-derived settings or settings
- ;; made in the .emacs file.
+ ;; made in the init file.
(let ((m (copy-keymap lk201-function-map)))
(set-keymap-parent m (keymap-parent input-decode-map))
(set-keymap-parent input-decode-map m)))