From: Fabián Ezequiel Gallina Date: Sun, 26 May 2013 09:06:02 +0000 (-0300) Subject: * progmodes/python.el: Fix typo in commentary. X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2~1943^2~15 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=20992a85041ddd8c2852eaef24fe69f9a47019a2;p=emacs.git * progmodes/python.el: Fix typo in commentary. --- 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 @@ ;; Skeletons: 6 skeletons are provided for simple inserting of class, ;; def, for, if, try and while. These skeletons are integrated with -;; dabbrev. If you have `dabbrev-mode' activated and +;; abbrev. If you have `abbrev-mode' activated and ;; `python-skeleton-autoinsert' is set to t, then whenever you type ;; the name of any of those defined and hit SPC, they will be ;; automatically expanded. As an alternative you can use the defined