aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Kangas2021-04-03 12:13:52 +0200
committerStefan Kangas2021-04-03 12:26:55 +0200
commitd47706c552eb8a8cd8caff03622201fcd78639c8 (patch)
tree0ec1b9fab0a9842538ecbab88efe752edadd3b52
parent860bc0db1cdf4ec58299013074edb3a3925f9dce (diff)
downloademacs-d47706c552eb8a8cd8caff03622201fcd78639c8.tar.gz
emacs-d47706c552eb8a8cd8caff03622201fcd78639c8.zip
; Remove some redundant installation instructions
-rw-r--r--lisp/textmodes/artist.el7
-rw-r--r--lisp/vc/vc-git.el8
-rw-r--r--lisp/vc/vc-hg.el2
3 files changed, 0 insertions, 17 deletions
diff --git a/lisp/textmodes/artist.el b/lisp/textmodes/artist.el
index dc45a7306d8..22ade15921d 100644
--- a/lisp/textmodes/artist.el
+++ b/lisp/textmodes/artist.el
@@ -106,13 +106,6 @@
106;; If you add a new drawing mode, send it to me, and I would gladly 106;; If you add a new drawing mode, send it to me, and I would gladly
107;; include in the next release! 107;; include in the next release!
108 108
109;;; Installation:
110
111;; To use artist, put this in your .emacs:
112;;
113;; (autoload 'artist-mode "artist" "Enter artist-mode" t)
114
115
116;;; Requirements: 109;;; Requirements:
117 110
118;; Artist requires the `rect' package (which comes with Emacs) to be 111;; Artist requires the `rect' package (which comes with Emacs) to be
diff --git a/lisp/vc/vc-git.el b/lisp/vc/vc-git.el
index fda8605c679..e37c09df7c2 100644
--- a/lisp/vc/vc-git.el
+++ b/lisp/vc/vc-git.el
@@ -27,14 +27,6 @@
27;; system. 27;; system.
28;; 28;;
29 29
30;;; Installation:
31
32;; To install: put this file on the load-path and add Git to the list
33;; of supported backends in `vc-handled-backends'; the following line,
34;; placed in your init file, will accomplish this:
35;;
36;; (add-to-list 'vc-handled-backends 'Git)
37
38;;; Todo: 30;;; Todo:
39;; - check if more functions could use vc-git-command instead 31;; - check if more functions could use vc-git-command instead
40;; of start-process. 32;; of start-process.
diff --git a/lisp/vc/vc-hg.el b/lisp/vc/vc-hg.el
index 2bc6ae3524b..a054a7c3176 100644
--- a/lisp/vc/vc-hg.el
+++ b/lisp/vc/vc-hg.el
@@ -30,8 +30,6 @@
30 30
31;;; Bugs: 31;;; Bugs:
32 32
33;;; Installation:
34
35;;; Todo: 33;;; Todo:
36 34
37;; 1) Implement the rest of the vc interface. See the comment at the 35;; 1) Implement the rest of the vc interface. See the comment at the