From: Fabián Ezequiel Gallina Date: Thu, 17 May 2012 03:03:05 +0000 (-0300) Subject: Explain we have python-indent-electric-colon X-Git-Tag: emacs-24.2.90~1199^2~595 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=67845102b2dc195067a6048631a8319d735497a3;p=emacs.git Explain we have python-indent-electric-colon --- diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el index 7da5599d6f0..49b351cc17c 100644 --- a/lisp/progmodes/python.el +++ b/lisp/progmodes/python.el @@ -41,7 +41,9 @@ ;; Indentation: Automatic indentation with indentation cycling is ;; provided, it allows you to navigate different available levels of -;; indentation by hitting several times. +;; indentation by hitting 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