summaryrefslogtreecommitdiff
path: root/lisp/net/newsticker.el
diff options
context:
space:
mode:
authorStefan Kangas <stefan@marxist.se>2020-11-12 02:55:02 +0100
committerStefan Kangas <stefan@marxist.se>2020-11-12 03:12:35 +0100
commit4e942670424d02fd7f1886bb459b159ca9490964 (patch)
treea95624a761d5ecd2aa888cf97b1dbc57ebafd54f /lisp/net/newsticker.el
parentaf3edb3be9515e0b37d03a96f805cff62d596acd (diff)
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/net/newsticker.el')
-rw-r--r--lisp/net/newsticker.el8
1 files changed, 0 insertions, 8 deletions
diff --git a/lisp/net/newsticker.el b/lisp/net/newsticker.el
index 535122a31fb..c949915845b 100644
--- a/lisp/net/newsticker.el
+++ b/lisp/net/newsticker.el
@@ -78,14 +78,6 @@
;; Installation
;; ------------
-;; If you are using Newsticker as part of GNU Emacs there is no need to
-;; perform any installation steps in order to use Newsticker. Otherwise
-;; place Newsticker in a directory where Emacs can find it. Add the
-;; following line to your init file:
-;; (add-to-list 'load-path "/path/to/newsticker/")
-;; (autoload 'newsticker-start "newsticker" "Emacs Newsticker" t)
-;; (autoload 'newsticker-show-news "newsticker" "Emacs Newsticker" t)
-
;; If you are using `imenu', which allows for navigating with the help of a
;; menu, you should add the following to your Emacs startup file
;; (`~/.emacs').