aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/python.el
diff options
context:
space:
mode:
authorJoakim Verona2013-01-26 00:03:40 +0100
committerJoakim Verona2013-01-26 00:03:40 +0100
commit271290a75b0c93d887b591e7082bd1e7daf322ef (patch)
tree7a130afd6de80b79ae43885c19dc73e06afe262b /lisp/progmodes/python.el
parent25520166464418c67a8b4ae9fb7174c949e40d6b (diff)
parentb7aea0ffb633e0787654d2c570a8a2fa63703f18 (diff)
downloademacs-271290a75b0c93d887b591e7082bd1e7daf322ef.tar.gz
emacs-271290a75b0c93d887b591e7082bd1e7daf322ef.zip
auto upstream
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 0e5f4c82090..2f353feb323 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