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.
This commit is contained in:
parent
af3edb3be9
commit
4e94267042
16 changed files with 5 additions and 76 deletions
|
@ -29,7 +29,7 @@
|
|||
|
||||
;; Major mode for editing Python files with some fontification and
|
||||
;; indentation bits extracted from original Dave Love's python.el
|
||||
;; found in GNU/Emacs.
|
||||
;; found in GNU Emacs.
|
||||
|
||||
;; Implements Syntax highlighting, Indentation, Movement, Shell
|
||||
;; interaction, Shell completion, Shell virtualenv support, Shell
|
||||
|
@ -247,13 +247,6 @@
|
|||
;; I'd recommend the first one since you'll get the same behavior for
|
||||
;; all modes out-of-the-box.
|
||||
|
||||
;;; Installation:
|
||||
|
||||
;; Add this to your .emacs:
|
||||
|
||||
;; (add-to-list 'load-path "/folder/containing/file")
|
||||
;; (require 'python)
|
||||
|
||||
;;; TODO:
|
||||
|
||||
;;; Code:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue