[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] /srv/bzr/emacs/emacs-23 r100188: * lisp/progmodes/python.e
From: |
Glenn Morris |
Subject: |
[Emacs-diffs] /srv/bzr/emacs/emacs-23 r100188: * lisp/progmodes/python.el (python-shell): Doc fix. |
Date: |
Tue, 09 Nov 2010 23:46:01 -0800 |
User-agent: |
Bazaar (2.0.3) |
------------------------------------------------------------
revno: 100188
committer: Glenn Morris <address@hidden>
branch nick: emacs-23
timestamp: Tue 2010-11-09 23:46:01 -0800
message:
* lisp/progmodes/python.el (python-shell): Doc fix.
modified:
lisp/ChangeLog
lisp/progmodes/python.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog 2010-11-10 07:44:30 +0000
+++ b/lisp/ChangeLog 2010-11-10 07:46:01 +0000
@@ -1,5 +1,7 @@
2010-11-10 Glenn Morris <address@hidden>
+ * progmodes/python.el (python-shell): Doc fix.
+
* wid-edit.el (widget-field-use-before-change)
(widget-use-overlay-change): Doc fixes.
=== modified file 'lisp/progmodes/python.el'
--- a/lisp/progmodes/python.el 2010-11-08 18:56:10 +0000
+++ b/lisp/progmodes/python.el 2010-11-10 07:46:01 +0000
@@ -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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] /srv/bzr/emacs/emacs-23 r100188: * lisp/progmodes/python.el (python-shell): Doc fix.,
Glenn Morris <=