diff options
author | Stefan Kangas <stefan@marxist.se> | 2021-02-05 02:39:49 +0100 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2021-02-05 02:52:52 +0100 |
commit | 6bd9dbf9593799913bed2d32eb736f1f27007303 (patch) | |
tree | afd0d42f652f4b653b5ad38316f0d00e5ac3180b /lisp/emacs-lisp | |
parent | de701470b2c62ab47723f8b10cec0ee7f7ed724d (diff) | |
download | emacs-6bd9dbf9593799913bed2d32eb736f1f27007303.tar.gz emacs-6bd9dbf9593799913bed2d32eb736f1f27007303.tar.bz2 emacs-6bd9dbf9593799913bed2d32eb736f1f27007303.zip |
* lisp/emacs-lisp/checkdoc.el: Doc fix; don't mention built-ins.
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r-- | lisp/emacs-lisp/checkdoc.el | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/lisp/emacs-lisp/checkdoc.el b/lisp/emacs-lisp/checkdoc.el index 9722792a5a5..75aefdc7ba0 100644 --- a/lisp/emacs-lisp/checkdoc.el +++ b/lisp/emacs-lisp/checkdoc.el @@ -147,13 +147,6 @@ ;; ;; See the above section "Checking Parameters" for details about ;; parameter checking. -;; -;; Dependencies: -;; -;; This file requires lisp-mnt (Lisp maintenance routines) for the -;; comment checkers. -;; -;; Requires custom for Emacs v20. ;;; TO DO: ;; Hook into the byte compiler on a defun/defvar level to generate |