]> git.eshelyaron.com Git - emacs.git/commitdiff
Remove an outdated comment
authorStefan Kangas <stefan@marxist.se>
Thu, 7 Jan 2021 17:51:50 +0000 (18:51 +0100)
committerStefan Kangas <stefan@marxist.se>
Thu, 7 Jan 2021 17:51:50 +0000 (18:51 +0100)
* lisp/subr.el: Remove comment to reflect recent change in the
definition of global-map, esc-map and ctl-x-map.

lisp/subr.el

index a5a979a2172a9c42d0ed9381e8c5753069d53c56..11aabfe504de64be918441e6c90a56c0afcf1f47 100644 (file)
@@ -1239,9 +1239,6 @@ in a cleaner way with command remapping, like this:
 \f
 ;;;; The global keymap tree.
 
-;; global-map, esc-map, and ctl-x-map have their values set up in
-;; keymap.c; we just give them docstrings here.
-
 (defvar esc-map
   (let ((map (make-keymap)))
     (define-key map "u" #'upcase-word)