Mercurial > emacs
changeset 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 | 78820f963309 |
children | 5cacf16597e2 |
files | lisp/ChangeLog lisp/progmodes/python.el |
diffstat | 2 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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.
--- 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