Explain we have python-indent-electric-colon

This commit is contained in:
Fabián Ezequiel Gallina 2012-05-17 00:03:05 -03:00 committed by Fabián Ezequiel Gallina
parent cb42456fc6
commit 67845102b2

View file

@ -41,7 +41,9 @@
;; Indentation: Automatic indentation with indentation cycling is
;; provided, it allows you to navigate different available levels of
;; indentation by hitting <tab> several times.
;; indentation by hitting <tab> several times. Also when inserting a
;; colon the `python-indent-electric-colon' command is invoked and
;; causes the current line to be dedented automatically if needed.
;; Movement: `beginning-of-defun' and `end-of-defun' functions are
;; properly implemented. A `beginning-of-innermost-defun' is defined