diff options
| -rw-r--r-- | lisp/ChangeLog | 5 | ||||
| -rw-r--r-- | lisp/progmodes/python.el | 5 |
2 files changed, 9 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index cddc9dd078c..2a1c5b70199 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2013-01-24 Fabián Ezequiel Gallina <fgallina@cuca> | ||
| 2 | |||
| 3 | * progmodes/python.el: Enhancements to header documentation about | ||
| 4 | skeletons. (Bug#5716) | ||
| 5 | |||
| 1 | 2013-01-23 Fabián Ezequiel Gallina <fgallina@cuca> | 6 | 2013-01-23 Fabián Ezequiel Gallina <fgallina@cuca> |
| 2 | 7 | ||
| 3 | * imenu.el (imenu-default-create-index-function): Remove useless | 8 | * 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 @@ | |||
| 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 |