diff lisp/progmodes/python.el @ 111593:d4d6fcc60f7b

* lisp/progmodes/python.el (python-shell): Doc fix.
author Glenn Morris <rgm@gnu.org>
date Tue, 09 Nov 2010 23:46:01 -0800
parents 85a2b871f225
children 3655cc4062e4 372e746a38d7
line wrap: on
line diff
--- a/lisp/progmodes/python.el	Tue Nov 09 23:44:30 2010 -0800
+++ b/lisp/progmodes/python.el	Tue Nov 09 23:46:01 2010 -0800
@@ -2758,7 +2758,7 @@
 process is started.  If you use this, you will probably want to ensure
 that the current arguments are retained (they will be included in the
 prompt).  This argument is ignored when this function is called
-programmatically, or when running in Emacs 19.34 or older.
+programmatically.
 
 Note: You can toggle between using the CPython interpreter and the
 JPython interpreter by hitting \\[python-toggle-shells].  This toggles
@@ -2835,5 +2835,4 @@
 (provide 'python)
 (provide 'python-21)
 
-;; arch-tag: 6fce1d99-a704-4de9-ba19-c6e4912b0554
 ;;; python.el ends here