aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/python.el
diff options
context:
space:
mode:
authorFabián Ezequiel Gallina2013-01-23 22:24:09 -0300
committerFabián Ezequiel Gallina2013-01-23 22:24:09 -0300
commit345f866e048bdc11bc38d894a7eaaa47335443e2 (patch)
tree772f36e4173feca0555faeb2e15e52f2e119bdd8 /lisp/progmodes/python.el
parentddc62155d24b9a9e24177bd5f13934e0d5b23159 (diff)
downloademacs-345f866e048bdc11bc38d894a7eaaa47335443e2.tar.gz
emacs-345f866e048bdc11bc38d894a7eaaa47335443e2.zip
* lisp/progmodes/python.el: Enhancements to header documentation about
skeletons. Fixes: debbugs:5716
Diffstat (limited to 'lisp/progmodes/python.el')
-rw-r--r--lisp/progmodes/python.el5
1 files changed, 4 insertions, 1 deletions
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 @@
155;; dabbrev. If you have `dabbrev-mode' activated and 155;; dabbrev. If you have `dabbrev-mode' activated and
156;; `python-skeleton-autoinsert' is set to t, then whenever you type 156;; `python-skeleton-autoinsert' is set to t, then whenever you type
157;; the name of any of those defined and hit SPC, they will be 157;; the name of any of those defined and hit SPC, they will be
158;; automatically expanded. 158;; automatically expanded. As an alternative you can use the defined
159;; skeleton commands: `python-skeleton-class', `python-skeleton-def'
160;; `python-skeleton-for', `python-skeleton-if', `python-skeleton-try'
161;; and `python-skeleton-while'.
159 162
160;; FFAP: You can find the filename for a given module when using ffap 163;; FFAP: You can find the filename for a given module when using ffap
161;; out of the box. This feature needs an inferior python shell 164;; out of the box. This feature needs an inferior python shell