emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master d47706c: ; Remove some redundant installation instructions


From: Stefan Kangas
Subject: master d47706c: ; Remove some redundant installation instructions
Date: Sat, 3 Apr 2021 06:27:06 -0400 (EDT)

branch: master
commit d47706c552eb8a8cd8caff03622201fcd78639c8
Author: Stefan Kangas <stefan@marxist.se>
Commit: Stefan Kangas <stefan@marxist.se>

    ; Remove some redundant installation instructions
---
 lisp/textmodes/artist.el | 7 -------
 lisp/vc/vc-git.el        | 8 --------
 lisp/vc/vc-hg.el         | 2 --
 3 files changed, 17 deletions(-)

diff --git a/lisp/textmodes/artist.el b/lisp/textmodes/artist.el
index dc45a73..22ade15 100644
--- a/lisp/textmodes/artist.el
+++ b/lisp/textmodes/artist.el
@@ -106,13 +106,6 @@
 ;; If you add a new drawing mode, send it to me, and I would gladly
 ;; include in the next release!
 
-;;; Installation:
-
-;; To use artist, put this in your .emacs:
-;;
-;;    (autoload 'artist-mode "artist" "Enter artist-mode" t)
-
-
 ;;; Requirements:
 
 ;; 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 fda8605..e37c09d 100644
--- a/lisp/vc/vc-git.el
+++ b/lisp/vc/vc-git.el
@@ -27,14 +27,6 @@
 ;; system.
 ;;
 
-;;; Installation:
-
-;; To install: put this file on the load-path and add Git to the list
-;; of supported backends in `vc-handled-backends'; the following line,
-;; placed in your init file, will accomplish this:
-;;
-;;     (add-to-list 'vc-handled-backends 'Git)
-
 ;;; Todo:
 ;;  - check if more functions could use vc-git-command instead
 ;;     of start-process.
diff --git a/lisp/vc/vc-hg.el b/lisp/vc/vc-hg.el
index 2bc6ae3..a054a7c 100644
--- a/lisp/vc/vc-hg.el
+++ b/lisp/vc/vc-hg.el
@@ -30,8 +30,6 @@
 
 ;;; Bugs:
 
-;;; Installation:
-
 ;;; Todo:
 
 ;; 1) Implement the rest of the vc interface. See the comment at the



reply via email to

[Prev in Thread] Current Thread [Next in Thread]