]> git.eshelyaron.com Git - emacs.git/commitdiff
Delete redundant mention of `with-eval-after-load'
authorStefan Kangas <stefankangas@gmail.com>
Sat, 29 Jun 2024 19:15:46 +0000 (21:15 +0200)
committerEshel Yaron <me@eshelyaron.com>
Mon, 1 Jul 2024 07:48:43 +0000 (09:48 +0200)
* lisp/progmodes/dcl-mode.el (dcl-mode): Delete redundant mention of
`with-eval-after-load'.

(cherry picked from commit 57880f597c56f4ba2521a731a7e87f920f0afbfd)

lisp/progmodes/dcl-mode.el

index b8ca1f2d600577654fae59b44a15303c9bc9abdc..686555221cb221adafcc7499389f76be0df7c1ba 100644 (file)
@@ -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.