aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabián Ezequiel Gallina2013-05-26 06:06:02 -0300
committerFabián Ezequiel Gallina2013-05-26 06:06:02 -0300
commit20992a85041ddd8c2852eaef24fe69f9a47019a2 (patch)
treef5dea53346ba5f62be29e057467a5e2f73edd0b9
parentf782d531336c7913a9187f0d685849bf88e41f10 (diff)
downloademacs-20992a85041ddd8c2852eaef24fe69f9a47019a2.tar.gz
emacs-20992a85041ddd8c2852eaef24fe69f9a47019a2.zip
* progmodes/python.el: Fix typo in commentary.
-rw-r--r--lisp/progmodes/python.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el
index a76ea875f5d..f84849de4dd 100644
--- a/lisp/progmodes/python.el
+++ b/lisp/progmodes/python.el
@@ -157,7 +157,7 @@
157 157
158;; Skeletons: 6 skeletons are provided for simple inserting of class, 158;; Skeletons: 6 skeletons are provided for simple inserting of class,
159;; def, for, if, try and while. These skeletons are integrated with 159;; def, for, if, try and while. These skeletons are integrated with
160;; dabbrev. If you have `dabbrev-mode' activated and 160;; abbrev. If you have `abbrev-mode' activated and
161;; `python-skeleton-autoinsert' is set to t, then whenever you type 161;; `python-skeleton-autoinsert' is set to t, then whenever you type
162;; the name of any of those defined and hit SPC, they will be 162;; the name of any of those defined and hit SPC, they will be
163;; automatically expanded. As an alternative you can use the defined 163;; automatically expanded. As an alternative you can use the defined