From 7ea1a3de5f309f1c84fce21e131aaee55efe6c18 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Fri, 13 Dec 2024 14:11:13 +0200 Subject: [PATCH] ; * lisp/progmodes/executable.el: Remove stale comment (bug#74846). (cherry picked from commit 34bedcd58d74f733631ec78afc7bda9a068c714f) --- lisp/progmodes/executable.el | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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: -- 2.39.5