Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
bc1d5cdf
Commit
bc1d5cdf
authored
Nov 09, 2010
by
Glenn Morris
Browse files
* lisp/progmodes/python.el (python-shell): Doc fix.
parent
c790cad4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
lisp/ChangeLog
lisp/ChangeLog
+2
-0
lisp/progmodes/python.el
lisp/progmodes/python.el
+1
-2
No files found.
lisp/ChangeLog
View file @
bc1d5cdf
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.
...
...
lisp/progmodes/python.el
View file @
bc1d5cdf
...
...
@@ -2758,7 +2758,7 @@ command is used to switch to an existing process, only when a new
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 @@ filter."
(provide 'python)
(provide 'python-21)
;; arch-tag: 6fce1d99-a704-4de9-ba19-c6e4912b0554
;;; python.el ends here
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment