emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/emacs-24 r111197: * lisp/progmodes/python.e


From: Fabián Ezequiel Gallina
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-24 r111197: * lisp/progmodes/python.el: Enhancements to header documentation about
Date: Wed, 23 Jan 2013 22:24:09 -0300
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 111197
fixes bug: http://debbugs.gnu.org/5716
committer: Fabián Ezequiel Gallina <address@hidden>
branch nick: emacs-24
timestamp: Wed 2013-01-23 22:24:09 -0300
message:
  * lisp/progmodes/python.el: Enhancements to header documentation about
  skeletons.
modified:
  lisp/ChangeLog
  lisp/progmodes/python.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2013-01-23 21:55:46 +0000
+++ b/lisp/ChangeLog    2013-01-24 01:24:09 +0000
@@ -1,3 +1,8 @@
+2013-01-24  Fabián Ezequiel Gallina  <address@hidden>
+
+       * progmodes/python.el: Enhancements to header documentation about
+       skeletons.  (Bug#5716)
+
 2013-01-23  Fabián Ezequiel Gallina  <address@hidden>
 
        * imenu.el (imenu-default-create-index-function): Remove useless

=== modified file 'lisp/progmodes/python.el'
--- a/lisp/progmodes/python.el  2013-01-10 03:44:12 +0000
+++ b/lisp/progmodes/python.el  2013-01-24 01:24:09 +0000
@@ -155,7 +155,10 @@
 ;; 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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]