* lisp/progmodes/python.el: Enhancements to header documentation about
authorFabián Ezequiel Gallina <fgallina@gnu.org>
Thu, 24 Jan 2013 01:24:09 +0000 (22:24 -0300)
committerFabián Ezequiel Gallina <fgallina@gnu.org>
Thu, 24 Jan 2013 01:24:09 +0000 (22:24 -0300)
skeletons.

Fixes: debbugs:5716

lisp/ChangeLog
lisp/progmodes/python.el

index cddc9dd..2a1c5b7 100644 (file)
@@ -1,3 +1,8 @@
+2013-01-24  Fabián Ezequiel Gallina  <fgallina@cuca>
+
+       * progmodes/python.el: Enhancements to header documentation about
+       skeletons.  (Bug#5716)
+
 2013-01-23  Fabián Ezequiel Gallina  <fgallina@cuca>
 
        * imenu.el (imenu-default-create-index-function): Remove useless
index e58dfa1..c321714 100644 (file)
 ;; dabbrev.  If you have `dabbrev-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.
+;; automatically expanded.  As an alternative you can use the defined
+;; skeleton commands: `python-skeleton-class', `python-skeleton-def'
+;; `python-skeleton-for', `python-skeleton-if', `python-skeleton-try'
+;; and `python-skeleton-while'.
 
 ;; FFAP: You can find the filename for a given module when using ffap
 ;; out of the box.  This feature needs an inferior python shell