Mercurial > emacs
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 111592:78820f963309 | 111593:d4d6fcc60f7b |
|---|---|
| 2756 flags to pass to the Python interpreter. This has no effect when this | 2756 flags to pass to the Python interpreter. This has no effect when this |
| 2757 command is used to switch to an existing process, only when a new | 2757 command is used to switch to an existing process, only when a new |
| 2758 process is started. If you use this, you will probably want to ensure | 2758 process is started. If you use this, you will probably want to ensure |
| 2759 that the current arguments are retained (they will be included in the | 2759 that the current arguments are retained (they will be included in the |
| 2760 prompt). This argument is ignored when this function is called | 2760 prompt). This argument is ignored when this function is called |
| 2761 programmatically, or when running in Emacs 19.34 or older. | 2761 programmatically. |
| 2762 | 2762 |
| 2763 Note: You can toggle between using the CPython interpreter and the | 2763 Note: You can toggle between using the CPython interpreter and the |
| 2764 JPython interpreter by hitting \\[python-toggle-shells]. This toggles | 2764 JPython interpreter by hitting \\[python-toggle-shells]. This toggles |
| 2765 buffer local variables which control whether all your subshell | 2765 buffer local variables which control whether all your subshell |
| 2766 interactions happen to the `*JPython*' or `*Python*' buffers (the | 2766 interactions happen to the `*JPython*' or `*Python*' buffers (the |
| 2833 (setq overlay-arrow-position nil)) | 2833 (setq overlay-arrow-position nil)) |
| 2834 | 2834 |
| 2835 (provide 'python) | 2835 (provide 'python) |
| 2836 (provide 'python-21) | 2836 (provide 'python-21) |
| 2837 | 2837 |
| 2838 ;; arch-tag: 6fce1d99-a704-4de9-ba19-c6e4912b0554 | |
| 2839 ;;; python.el ends here | 2838 ;;; python.el ends here |
