aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/python.el
diff options
context:
space:
mode:
authorStefan Kangas2020-11-12 02:55:02 +0100
committerStefan Kangas2020-11-12 03:12:35 +0100
commit4e942670424d02fd7f1886bb459b159ca9490964 (patch)
treea95624a761d5ecd2aa888cf97b1dbc57ebafd54f /lisp/progmodes/python.el
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.
Diffstat (limited to 'lisp/progmodes/python.el')
-rw-r--r--lisp/progmodes/python.el9
1 files changed, 1 insertions, 8 deletions
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: