]> git.eshelyaron.com Git - emacs.git/commitdiff
Python.el: Update commentary on RET-behavior
authorRasmus <rasmus@gmx.us>
Sat, 29 Nov 2014 12:37:13 +0000 (13:37 +0100)
committerFabián Ezequiel Gallina <fgallina@gnu.org>
Sat, 29 Nov 2014 16:58:20 +0000 (13:58 -0300)
Commentary reflect that `electric-indent-mode' in enabled by default.

lisp/progmodes/python.el

index 48d80b99c6a02acb513b814c46b047ca20c070b9..521f0b5be198ea69e2c91eec3b1ef219ecaaa6b5 100644 (file)
 ;; `python-imenu-format-parent-item-jump-label-function' variables for
 ;; changing the way labels are formatted in the tree version.
 
-;; If you used python-mode.el you probably will miss auto-indentation
-;; when inserting newlines.  To achieve the same behavior you have
-;; two options:
+;; If you used python-mode.el you may miss auto-indentation when
+;; inserting newlines.  To achieve the same behavior you have two
+;; options:
 
-;; 1) Use GNU/Emacs' standard binding for `newline-and-indent': C-j.
+;; 1) Enable the minor-mode `electric-indent-mode' (enabled by
+;;    default) and use RET.  If this mode is disabled use
+;;    `newline-and-indent', bound to C-j.
 
 ;; 2) Add the following hook in your .emacs: