diff options
author | Stefan Kangas <stefan@marxist.se> | 2020-11-12 02:55:02 +0100 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2020-11-12 03:12:35 +0100 |
commit | 4e942670424d02fd7f1886bb459b159ca9490964 (patch) | |
tree | a95624a761d5ecd2aa888cf97b1dbc57ebafd54f /lisp/emacs-lisp | |
parent | af3edb3be9515e0b37d03a96f805cff62d596acd (diff) | |
download | emacs-4e942670424d02fd7f1886bb459b159ca9490964.tar.gz emacs-4e942670424d02fd7f1886bb459b159ca9490964.tar.bz2 emacs-4e942670424d02fd7f1886bb459b159ca9490964.zip |
Remove redundant installation instructions
* lisp/net/newsticker.el:
* lisp/net/sieve-mode.el:
* lisp/play/bubbles.el:
* lisp/play/handwrite.el:
* lisp/progmodes/python.el:
* lisp/progmodes/ruby-mode.el:
* lisp/whitespace.el: Remove redundant installation instructions.
These packages are distributed with Emacs and/or GNU ELPA.
* lisp/calendar/timeclock.el:
* lisp/ehelp.el:
* lisp/emacs-lisp/checkdoc.el:
* lisp/filesets.el:
* lisp/mail/reporter.el:
* lisp/net/rfc2104.el:
* lisp/net/webjump.el:
* lisp/pixel-scroll.el: Remove redundant recommendation to call
require before using autoloaded functions.
* lisp/tar-mode.el: Remove reference to package uncompress, removed in
Emacs 23.
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r-- | lisp/emacs-lisp/checkdoc.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/checkdoc.el b/lisp/emacs-lisp/checkdoc.el index a485378a926..61384c0e6fa 100644 --- a/lisp/emacs-lisp/checkdoc.el +++ b/lisp/emacs-lisp/checkdoc.el @@ -37,7 +37,6 @@ ;; documentation whenever you evaluate Lisp code with C-M-x ;; or [menu-bar emacs-lisp eval-buffer]. Additional key-bindings ;; are also provided under C-c ? KEY -;; (require 'checkdoc) ;; (add-hook 'emacs-lisp-mode-hook 'checkdoc-minor-mode) ;; ;; Using `checkdoc': |