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.
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
(provide 'python)
(provide 'python-21)
-;; arch-tag: 6fce1d99-a704-4de9-ba19-c6e4912b0554
;;; python.el ends here