aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/python.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/progmodes/python.el')
-rw-r--r--lisp/progmodes/python.el4
1 files changed, 3 insertions, 1 deletions
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 @@
41 41
42;; Indentation: Automatic indentation with indentation cycling is 42;; Indentation: Automatic indentation with indentation cycling is
43;; provided, it allows you to navigate different available levels of 43;; provided, it allows you to navigate different available levels of
44;; indentation by hitting <tab> several times. 44;; indentation by hitting <tab> several times. Also when inserting a
45;; colon the `python-indent-electric-colon' command is invoked and
46;; causes the current line to be dedented automatically if needed.
45 47
46;; Movement: `beginning-of-defun' and `end-of-defun' functions are 48;; Movement: `beginning-of-defun' and `end-of-defun' functions are
47;; properly implemented. A `beginning-of-innermost-defun' is defined 49;; properly implemented. A `beginning-of-innermost-defun' is defined