From: Eli Zaretskii Date: Fri, 13 Dec 2024 12:11:13 +0000 (+0200) Subject: ; * lisp/progmodes/executable.el: Remove stale comment (bug#74846). X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7ea1a3de5f309f1c84fce21e131aaee55efe6c18;p=emacs.git ; * lisp/progmodes/executable.el: Remove stale comment (bug#74846). (cherry picked from commit 34bedcd58d74f733631ec78afc7bda9a068c714f) --- diff --git a/lisp/progmodes/executable.el b/lisp/progmodes/executable.el index cb4a5eedb80..97baf86e017 100644 --- a/lisp/progmodes/executable.el +++ b/lisp/progmodes/executable.el @@ -43,10 +43,9 @@ ;; 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: