From 67845102b2dc195067a6048631a8319d735497a3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fabi=C3=A1n=20Ezequiel=20Gallina?= Date: Thu, 17 May 2012 00:03:05 -0300 Subject: [PATCH] Explain we have python-indent-electric-colon --- lisp/progmodes/python.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- 2.39.5