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-Tag: archive/raspbian/1%30.1+1-3+rpi1^2~2^2~20^2~203 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=34bedcd58d74f733631ec78afc7bda9a068c714f;p=emacs.git ; * lisp/progmodes/executable.el: Remove stale comment (bug#74846). --- 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: