1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-10 09:43:26 -08:00

Merge from emacs-24; up to 2012-12-11T18:52:31Z!monnier@iro.umontreal.ca

This commit is contained in:
Glenn Morris 2013-01-24 20:41:39 -08:00
commit 830e46e61b
10 changed files with 223 additions and 79 deletions

View file

@ -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