]> code.delx.au - gnu-emacs/commitdiff
* progmodes/python.el: Fix typo in commentary.
authorFabián Ezequiel Gallina <fgallina@gnu.org>
Sun, 26 May 2013 09:06:02 +0000 (06:06 -0300)
committerFabián Ezequiel Gallina <fgallina@gnu.org>
Sun, 26 May 2013 09:06:02 +0000 (06:06 -0300)
lisp/progmodes/python.el

index a76ea875f5d72f417de27c3d99d76dee7ee3c8ee..f84849de4dd4f4bcda9ba30d45dcca3ca3428fa1 100644 (file)
 
 ;; 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