aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorFabián Ezequiel Gallina2012-10-05 10:42:08 -0300
committerFabián Ezequiel Gallina2012-10-05 10:42:08 -0300
commit7fa36ccb71d0def28bc3f8eb17827fc870bd7ca2 (patch)
tree133d8b9a7f381d144818f28d4ad6d21b5a2df182 /lisp/ChangeLog
parenta65fbb5f0ef0e6929393750ec466f11cefc6ba60 (diff)
downloademacs-7fa36ccb71d0def28bc3f8eb17827fc870bd7ca2.tar.gz
emacs-7fa36ccb71d0def28bc3f8eb17827fc870bd7ca2.zip
Enhancements to docstring formatting when filling paragraphs.
* progmodes/python.el (python-fill-docstring-style): Rename from python-fill-string-style. Added new style. (python-fill-string): Use new style. Better checks for docstrings.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 16c64ae1394..1010fc0ae11 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,11 @@
12012-10-05 Fabián Ezequiel Gallina <fgallina@cuca>
2
3 Enhancements to docstring formatting when filling paragraphs.
4 * progmodes/python.el (python-fill-docstring-style): Rename from
5 python-fill-string-style. Added new style.
6 (python-fill-string): Use new style. Better checks for
7 docstrings.
8
12012-10-05 Glenn Morris <rgm@gnu.org> 92012-10-05 Glenn Morris <rgm@gnu.org>
2 10
3 * net/newst-treeview.el (newsticker-group-move-feed): Doc fix. 11 * net/newst-treeview.el (newsticker-group-move-feed): Doc fix.