]> git.eshelyaron.com Git - emacs.git/commitdiff
; Remove some redundant installation instructions
authorStefan Kangas <stefan@marxist.se>
Sat, 3 Apr 2021 10:13:52 +0000 (12:13 +0200)
committerStefan Kangas <stefan@marxist.se>
Sat, 3 Apr 2021 10:26:55 +0000 (12:26 +0200)
lisp/textmodes/artist.el
lisp/vc/vc-git.el
lisp/vc/vc-hg.el

index dc45a7306d88365faba3bc24e2b37104c9a1db8a..22ade15921d6eb3640a0c3345025c0fc19d78b19 100644 (file)
 ;; 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
index fda8605c6796e723634d66c0b016013b144466c8..e37c09df7c2f591082468f22024246d99e14c5ff 100644 (file)
 ;; 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.
index 2bc6ae3524b1f930f6da6290cb11425c1c46637a..a054a7c3176e0590c70ba2889d52ef1302908c89 100644 (file)
@@ -30,8 +30,6 @@
 
 ;;; Bugs:
 
-;;; Installation:
-
 ;;; Todo:
 
 ;; 1) Implement the rest of the vc interface. See the comment at the