aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Kangas2020-11-12 02:55:02 +0100
committerStefan Kangas2020-11-12 03:12:35 +0100
commit4e942670424d02fd7f1886bb459b159ca9490964 (patch)
treea95624a761d5ecd2aa888cf97b1dbc57ebafd54f
parentaf3edb3be9515e0b37d03a96f805cff62d596acd (diff)
downloademacs-4e942670424d02fd7f1886bb459b159ca9490964.tar.gz
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.
-rw-r--r--lisp/calendar/timeclock.el2
-rw-r--r--lisp/ehelp.el1
-rw-r--r--lisp/emacs-lisp/checkdoc.el1
-rw-r--r--lisp/filesets.el2
-rw-r--r--lisp/mail/reporter.el1
-rw-r--r--lisp/net/newsticker.el8
-rw-r--r--lisp/net/rfc2104.el2
-rw-r--r--lisp/net/sieve-mode.el5
-rw-r--r--lisp/net/webjump.el1
-rw-r--r--lisp/pixel-scroll.el3
-rw-r--r--lisp/play/bubbles.el7
-rw-r--r--lisp/play/handwrite.el12
-rw-r--r--lisp/progmodes/python.el9
-rw-r--r--lisp/progmodes/ruby-mode.el7
-rw-r--r--lisp/tar-mode.el7
-rw-r--r--lisp/whitespace.el13
16 files changed, 5 insertions, 76 deletions
diff --git a/lisp/calendar/timeclock.el b/lisp/calendar/timeclock.el
index a26da265fe8..48028dd07bf 100644
--- a/lisp/calendar/timeclock.el
+++ b/lisp/calendar/timeclock.el
@@ -37,8 +37,6 @@
37;; You'll probably want to bind the timeclock commands to some handy 37;; You'll probably want to bind the timeclock commands to some handy
38;; keystrokes. At the moment, C-x t is unused: 38;; keystrokes. At the moment, C-x t is unused:
39;; 39;;
40;; (require 'timeclock)
41;;
42;; (define-key ctl-x-map "ti" 'timeclock-in) 40;; (define-key ctl-x-map "ti" 'timeclock-in)
43;; (define-key ctl-x-map "to" 'timeclock-out) 41;; (define-key ctl-x-map "to" 'timeclock-out)
44;; (define-key ctl-x-map "tc" 'timeclock-change) 42;; (define-key ctl-x-map "tc" 'timeclock-change)
diff --git a/lisp/ehelp.el b/lisp/ehelp.el
index 81373202c51..7da9aed075b 100644
--- a/lisp/ehelp.el
+++ b/lisp/ehelp.el
@@ -31,7 +31,6 @@
31;; buffer. 31;; buffer.
32 32
33;; To make this the default, you must do 33;; To make this the default, you must do
34;; (require 'ehelp)
35;; (define-key global-map "\C-h" 'ehelp-command) 34;; (define-key global-map "\C-h" 'ehelp-command)
36;; (define-key global-map [help] 'ehelp-command) 35;; (define-key global-map [help] 'ehelp-command)
37;; (define-key global-map [f1] 'ehelp-command) 36;; (define-key global-map [f1] 'ehelp-command)
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 @@
37;; documentation whenever you evaluate Lisp code with C-M-x 37;; documentation whenever you evaluate Lisp code with C-M-x
38;; or [menu-bar emacs-lisp eval-buffer]. Additional key-bindings 38;; or [menu-bar emacs-lisp eval-buffer]. Additional key-bindings
39;; are also provided under C-c ? KEY 39;; are also provided under C-c ? KEY
40;; (require 'checkdoc)
41;; (add-hook 'emacs-lisp-mode-hook 'checkdoc-minor-mode) 40;; (add-hook 'emacs-lisp-mode-hook 'checkdoc-minor-mode)
42;; 41;;
43;; Using `checkdoc': 42;; Using `checkdoc':
diff --git a/lisp/filesets.el b/lisp/filesets.el
index 4f23faa2203..2cad2023b85 100644
--- a/lisp/filesets.el
+++ b/lisp/filesets.el
@@ -35,7 +35,7 @@
35;; inclusion group (i.e. a base file including other files). 35;; inclusion group (i.e. a base file including other files).
36 36
37;; Usage: 37;; Usage:
38;; 1. Put (require 'filesets) and (filesets-init) in your init file. 38;; 1. Put (filesets-init) in your init file.
39;; 2. Type ;; M-x filesets-edit or choose "Edit Filesets" from the menu. 39;; 2. Type ;; M-x filesets-edit or choose "Edit Filesets" from the menu.
40;; 3. Save your customizations. 40;; 3. Save your customizations.
41 41
diff --git a/lisp/mail/reporter.el b/lisp/mail/reporter.el
index edfceb373f7..0c8b8d47a08 100644
--- a/lisp/mail/reporter.el
+++ b/lisp/mail/reporter.el
@@ -51,7 +51,6 @@
51;;(defun mypkg-submit-bug-report () 51;;(defun mypkg-submit-bug-report ()
52;; "Submit via mail a bug report on mypkg" 52;; "Submit via mail a bug report on mypkg"
53;; (interactive) 53;; (interactive)
54;; (require 'reporter)
55;; (reporter-submit-bug-report 54;; (reporter-submit-bug-report
56;; mypkg-maintainer-address 55;; mypkg-maintainer-address
57;; (concat "mypkg.el " mypkg-version) 56;; (concat "mypkg.el " mypkg-version)
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 @@
78;; Installation 78;; Installation
79;; ------------ 79;; ------------
80 80
81;; If you are using Newsticker as part of GNU Emacs there is no need to
82;; perform any installation steps in order to use Newsticker. Otherwise
83;; place Newsticker in a directory where Emacs can find it. Add the
84;; following line to your init file:
85;; (add-to-list 'load-path "/path/to/newsticker/")
86;; (autoload 'newsticker-start "newsticker" "Emacs Newsticker" t)
87;; (autoload 'newsticker-show-news "newsticker" "Emacs Newsticker" t)
88
89;; If you are using `imenu', which allows for navigating with the help of a 81;; If you are using `imenu', which allows for navigating with the help of a
90;; menu, you should add the following to your Emacs startup file 82;; menu, you should add the following to your Emacs startup file
91;; (`~/.emacs'). 83;; (`~/.emacs').
diff --git a/lisp/net/rfc2104.el b/lisp/net/rfc2104.el
index 50d54761b12..b008c9ac927 100644
--- a/lisp/net/rfc2104.el
+++ b/lisp/net/rfc2104.el
@@ -26,11 +26,9 @@
26;; 26;;
27;; Example: 27;; Example:
28;; 28;;
29;; (require 'md5)
30;; (rfc2104-hash 'md5 64 16 "Jefe" "what do ya want for nothing?") 29;; (rfc2104-hash 'md5 64 16 "Jefe" "what do ya want for nothing?")
31;; "750c783e6ab0b503eaa86e310a5db738" 30;; "750c783e6ab0b503eaa86e310a5db738"
32;; 31;;
33;; (require 'sha1)
34;; (rfc2104-hash 'sha1 64 20 "Jefe" "what do ya want for nothing?") 32;; (rfc2104-hash 'sha1 64 20 "Jefe" "what do ya want for nothing?")
35;; "effcdf6ae5eb2fa2d27416d5f184df9c259a7c79" 33;; "effcdf6ae5eb2fa2d27416d5f184df9c259a7c79"
36;; 34;;
diff --git a/lisp/net/sieve-mode.el b/lisp/net/sieve-mode.el
index 7475a7b59d5..c5f44917919 100644
--- a/lisp/net/sieve-mode.el
+++ b/lisp/net/sieve-mode.el
@@ -26,11 +26,6 @@
26;; sieve-style #-comments and a lightly hacked syntax table. It was 26;; sieve-style #-comments and a lightly hacked syntax table. It was
27;; strongly influenced by awk-mode.el. 27;; strongly influenced by awk-mode.el.
28;; 28;;
29;; Put something similar to the following in your .emacs to use this file:
30;;
31;; (load "~/lisp/sieve")
32;; (setq auto-mode-alist (cons '("\\.siv\\'" . sieve-mode) auto-mode-alist))
33;;
34;; References: 29;; References:
35;; 30;;
36;; RFC 3028, 31;; RFC 3028,
diff --git a/lisp/net/webjump.el b/lisp/net/webjump.el
index 8bb156199c5..9fbc434760c 100644
--- a/lisp/net/webjump.el
+++ b/lisp/net/webjump.el
@@ -40,7 +40,6 @@
40 40
41;; You may wish to add something like the following to your init file: 41;; You may wish to add something like the following to your init file:
42;; 42;;
43;; (require 'webjump)
44;; (global-set-key "\C-cj" 'webjump) 43;; (global-set-key "\C-cj" 'webjump)
45;; (setq webjump-sites 44;; (setq webjump-sites
46;; (append '( 45;; (append '(
diff --git a/lisp/pixel-scroll.el b/lisp/pixel-scroll.el
index bd05d91e2da..9e86e4695bd 100644
--- a/lisp/pixel-scroll.el
+++ b/lisp/pixel-scroll.el
@@ -26,9 +26,8 @@
26;; 26;;
27;; M-x pixel-scroll-mode RET 27;; M-x pixel-scroll-mode RET
28;; 28;;
29;; To make the mode permanent, put these in your init file: 29;; To make the mode permanent, put this in your Init file:
30;; 30;;
31;; (require 'pixel-scroll)
32;; (pixel-scroll-mode 1) 31;; (pixel-scroll-mode 1)
33 32
34;;; Commentary: 33;;; Commentary:
diff --git a/lisp/play/bubbles.el b/lisp/play/bubbles.el
index d512a718b48..ca23a78202e 100644
--- a/lisp/play/bubbles.el
+++ b/lisp/play/bubbles.el
@@ -30,13 +30,6 @@
30;; Bubbles is an implementation of the "Same Game", similar to "Same 30;; Bubbles is an implementation of the "Same Game", similar to "Same
31;; GNOME" and many others, see <https://en.wikipedia.org/wiki/SameGame>. 31;; GNOME" and many others, see <https://en.wikipedia.org/wiki/SameGame>.
32 32
33;; Installation
34;; ------------
35
36;; Add the following lines to your init file:
37;; (add-to-list 'load-path "/path/to/bubbles/")
38;; (autoload 'bubbles "bubbles" "Play Bubbles" t)
39
40;; ====================================================================== 33;; ======================================================================
41 34
42;;; History: 35;;; History:
diff --git a/lisp/play/handwrite.el b/lisp/play/handwrite.el
index 7b4a59b6fcd..1cf690a86db 100644
--- a/lisp/play/handwrite.el
+++ b/lisp/play/handwrite.el
@@ -41,16 +41,8 @@
41;; If you are not satisfied with the type page there are a number of 41;; If you are not satisfied with the type page there are a number of
42;; variables you may want to set. 42;; variables you may want to set.
43;; 43;;
44;; 44;; To use this, say "M-x handwrite" or type at your prompt
45;; Installation 45;; "emacs -l handwrite.el".
46;;
47;; type at your prompt "emacs -l handwrite.el" or put this file on your
48;; Emacs Lisp load path, add the following into your init file:
49;;
50;; (require 'handwrite)
51;;
52;; "M-x handwrite" or "Write by hand" in the edit menu should work now.
53;;
54;; 46;;
55;; I tried to make it `iso_8859_1'-friendly, but there are some exotic 47;; I tried to make it `iso_8859_1'-friendly, but there are some exotic
56;; characters missing. 48;; characters missing.
diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el
index a1793185899..091456aa89a 100644
--- a/lisp/progmodes/python.el
+++ b/lisp/progmodes/python.el
@@ -29,7 +29,7 @@
29 29
30;; Major mode for editing Python files with some fontification and 30;; Major mode for editing Python files with some fontification and
31;; indentation bits extracted from original Dave Love's python.el 31;; indentation bits extracted from original Dave Love's python.el
32;; found in GNU/Emacs. 32;; found in GNU Emacs.
33 33
34;; Implements Syntax highlighting, Indentation, Movement, Shell 34;; Implements Syntax highlighting, Indentation, Movement, Shell
35;; interaction, Shell completion, Shell virtualenv support, Shell 35;; interaction, Shell completion, Shell virtualenv support, Shell
@@ -247,13 +247,6 @@
247;; I'd recommend the first one since you'll get the same behavior for 247;; I'd recommend the first one since you'll get the same behavior for
248;; all modes out-of-the-box. 248;; all modes out-of-the-box.
249 249
250;;; Installation:
251
252;; Add this to your .emacs:
253
254;; (add-to-list 'load-path "/folder/containing/file")
255;; (require 'python)
256
257;;; TODO: 250;;; TODO:
258 251
259;;; Code: 252;;; Code:
diff --git a/lisp/progmodes/ruby-mode.el b/lisp/progmodes/ruby-mode.el
index afeabc030d4..fbc6e424eb1 100644
--- a/lisp/progmodes/ruby-mode.el
+++ b/lisp/progmodes/ruby-mode.el
@@ -28,13 +28,6 @@
28 28
29;; Provides font-locking, indentation support, and navigation for Ruby code. 29;; Provides font-locking, indentation support, and navigation for Ruby code.
30;; 30;;
31;; If you're installing manually, you should add this to your .emacs
32;; file after putting it on your load path:
33;;
34;; (autoload 'ruby-mode "ruby-mode" "Major mode for ruby files" t)
35;; (add-to-list 'auto-mode-alist '("\\.rb\\'" . ruby-mode))
36;; (add-to-list 'interpreter-mode-alist '("ruby" . ruby-mode))
37;;
38;; Still needs more docstrings; search below for TODO. 31;; Still needs more docstrings; search below for TODO.
39 32
40;;; Code: 33;;; Code:
diff --git a/lisp/tar-mode.el b/lisp/tar-mode.el
index 5cf09f9055e..d460c8a4f73 100644
--- a/lisp/tar-mode.el
+++ b/lisp/tar-mode.el
@@ -37,13 +37,6 @@
37 37
38;; This code now understands the extra fields that GNU tar adds to tar files. 38;; This code now understands the extra fields that GNU tar adds to tar files.
39 39
40;; This interacts correctly with "uncompress.el" in the Emacs library,
41;; which you get with
42;;
43;; (autoload 'uncompress-while-visiting "uncompress")
44;; (setq auto-mode-alist (cons '("\\.Z$" . uncompress-while-visiting)
45;; auto-mode-alist))
46;;
47;; Do not attempt to use tar-mode.el with crypt.el, you will lose. 40;; Do not attempt to use tar-mode.el with crypt.el, you will lose.
48 41
49;; *************** TO DO *************** 42;; *************** TO DO ***************
diff --git a/lisp/whitespace.el b/lisp/whitespace.el
index 94ed6dc47fe..02ee7bcf7fd 100644
--- a/lisp/whitespace.el
+++ b/lisp/whitespace.el
@@ -86,19 +86,6 @@
86;; * if global whitespace is turned off, whitespace continues on only 86;; * if global whitespace is turned off, whitespace continues on only
87;; in the buffers in which local whitespace is on. 87;; in the buffers in which local whitespace is on.
88;; 88;;
89;; To use whitespace, insert in your ~/.emacs:
90;;
91;; (require 'whitespace)
92;;
93;; Or autoload at least one of the commands`whitespace-mode',
94;; `whitespace-toggle-options', `global-whitespace-mode' or
95;; `global-whitespace-toggle-options'. For example:
96;;
97;; (autoload 'whitespace-mode "whitespace"
98;; "Toggle whitespace visualization." t)
99;; (autoload 'whitespace-toggle-options "whitespace"
100;; "Toggle local `whitespace-mode' options." t)
101;;
102;; whitespace was inspired by: 89;; whitespace was inspired by:
103;; 90;;
104;; whitespace.el Rajesh Vaidheeswarran <rv@gnu.org> 91;; whitespace.el Rajesh Vaidheeswarran <rv@gnu.org>