mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-10 05:30:45 -08:00
* lisp/progmodes/python.el: Enhancements to header documentation about
skeletons. Fixes: debbugs:5716
This commit is contained in:
parent
ddc62155d2
commit
345f866e04
2 changed files with 9 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue