]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/progmodes/executable.el: Remove stale comment (bug#74846).
authorEli Zaretskii <eliz@gnu.org>
Fri, 13 Dec 2024 12:11:13 +0000 (14:11 +0200)
committerEshel Yaron <me@eshelyaron.com>
Sun, 15 Dec 2024 16:37:31 +0000 (17:37 +0100)
(cherry picked from commit 34bedcd58d74f733631ec78afc7bda9a068c714f)

lisp/progmodes/executable.el

index cb4a5eedb806c40a5294a612ed6a888de564c7fe..97baf86e01793052f0fd20eed51bdd6cec058339 100644 (file)
 ;; It also allows debugging scripts, with an adaptation of compile, as far
 ;; as interpreters give out meaningful error messages.
 
-;; Modes that use this should nconc `executable-map' to the end of their own
-;; keymap and `executable-font-lock-keywords' to the end of their own font
-;; lock keywords.  Their mode-setting commands should call
-;; `executable-set-magic'.
+;; Modes that use this should nconc `executable-font-lock-keywords' to
+;; the end of their own font lock keywords.  Their mode-setting commands
+;; should call `executable-set-magic'.
 
 ;;; Code: