]> git.eshelyaron.com Git - emacs.git/commitdiff
NEWS tweaks
authorGlenn Morris <rgm@gnu.org>
Mon, 21 Jul 2014 05:58:27 +0000 (01:58 -0400)
committerGlenn Morris <rgm@gnu.org>
Mon, 21 Jul 2014 05:58:27 +0000 (01:58 -0400)
etc/NEWS

index 19356f7473b6d50399d66a29228ea9c255bdb130..b1524151cc8f8433edce67922cf328262213600f 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -675,13 +675,12 @@ along with the non-SMIE indentation code.
 *** Out of the box support for CPython, iPython and readline based shells.
 **** `python-shell-completion-module-string-code` is no longer used.
 
-*** Automatic shell prompt detection.
-**** New user options:
-***** `python-shell-interpreter-interactive-arg`.
-***** `python-shell-prompt-detect-enabled`.
-***** `python-shell-prompt-detect-failure-warning`.
-***** `python-shell-prompt-input-regexps`.
-***** `python-shell-prompt-output-regexps`.
+*** Automatic shell prompt detection.  New user options:
+**** `python-shell-interpreter-interactive-arg'.
+**** `python-shell-prompt-detect-enabled'.
+**** `python-shell-prompt-detect-failure-warning'.
+**** `python-shell-prompt-input-regexps'.
+**** `python-shell-prompt-output-regexps'.
 
 *** Python shell support for remote hosts via tramp.