From: Stefan Kangas Date: Sat, 29 Jun 2024 19:15:46 +0000 (+0200) Subject: Delete redundant mention of `with-eval-after-load' X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=563c6d8f27928899338ba4068f9f2c0e25b84a95;p=emacs.git Delete redundant mention of `with-eval-after-load' * lisp/progmodes/dcl-mode.el (dcl-mode): Delete redundant mention of `with-eval-after-load'. (cherry picked from commit 57880f597c56f4ba2521a731a7e87f920f0afbfd) --- diff --git a/lisp/progmodes/dcl-mode.el b/lisp/progmodes/dcl-mode.el index b8ca1f2d600..686555221cb 100644 --- a/lisp/progmodes/dcl-mode.el +++ b/lisp/progmodes/dcl-mode.el @@ -500,7 +500,6 @@ Variables controlling indentation style and extra features: dcl-imenu-label-call Change the text that is used as sub-listing labels in imenu. -To run code after DCL mode has loaded, use `with-eval-after-load'. Turning on DCL mode calls the value of the variable `dcl-mode-hook' with no args, if that value is non-nil.