# HG changeset patch
# User Glenn Morris <rgm@gnu.org>
# Date 1289375161 28800
# Node ID d4d6fcc60f7b52061162a8e06b6407462517f2b2
# Parent  78820f96330948398e1ba1f3dc7723c1faf58bb9
* lisp/progmodes/python.el (python-shell): Doc fix.

diff -r 78820f963309 -r d4d6fcc60f7b lisp/ChangeLog
--- a/lisp/ChangeLog	Tue Nov 09 23:44:30 2010 -0800
+++ b/lisp/ChangeLog	Tue Nov 09 23:46:01 2010 -0800
@@ -1,5 +1,7 @@
 2010-11-10  Glenn Morris  <rgm@gnu.org>
 
+	* progmodes/python.el (python-shell): Doc fix.
+
 	* wid-edit.el (widget-field-use-before-change)
 	(widget-use-overlay-change): Doc fixes.
 
diff -r 78820f963309 -r d4d6fcc60f7b lisp/progmodes/python.el
--- 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