From 345f866e048bdc11bc38d894a7eaaa47335443e2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fabi=C3=A1n=20Ezequiel=20Gallina?= Date: Wed, 23 Jan 2013 22:24:09 -0300 Subject: [PATCH] * lisp/progmodes/python.el: Enhancements to header documentation about skeletons. Fixes: debbugs:5716 --- lisp/ChangeLog | 5 +++++ lisp/progmodes/python.el | 5 ++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index cddc9dd078c..2a1c5b70199 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2013-01-24 Fabián Ezequiel Gallina + + * progmodes/python.el: Enhancements to header documentation about + skeletons. (Bug#5716) + 2013-01-23 Fabián Ezequiel Gallina * imenu.el (imenu-default-create-index-function): Remove useless diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el index e58dfa169ef..c321714e2f1 100644 --- a/lisp/progmodes/python.el +++ b/lisp/progmodes/python.el @@ -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 -- 2.39.2