aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorMartin Rudalics2014-08-09 13:12:45 +0200
committerMartin Rudalics2014-08-09 13:12:45 +0200
commitc70e7e185e670b63fd46f6a1f59289816bbab098 (patch)
tree073607b2f9e95bb7b6579b7b8b310a7b86d8c543 /src/ChangeLog
parent5a88c153fcd647a81b2e5f285244bfbf861e1724 (diff)
downloademacs-c70e7e185e670b63fd46f6a1f59289816bbab098.tar.gz
emacs-c70e7e185e670b63fd46f6a1f59289816bbab098.zip
Second attempt to fix some doc-strings in window.c.
* window.c (Fwindow_new_total, Fwindow_new_normal) (Fwindow_new_pixel, Fset_window_new_pixel) (Fset_window_new_total, Fset_window_new_normal): Second attempt to fix the doc-strings of these functions. See: http://lists.gnu.org/archive/html/bug-gnu-emacs/2014-08/msg00287.html
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 6272361196c..6ecce26be14 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,11 @@
12014-08-09 Martin Rudalics <rudalics@gmx.at>
2
3 * window.c (Fwindow_new_total, Fwindow_new_normal)
4 (Fwindow_new_pixel, Fset_window_new_pixel)
5 (Fset_window_new_total, Fset_window_new_normal): Second attempt
6 to fix the doc-strings of these functions. See:
7 http://lists.gnu.org/archive/html/bug-gnu-emacs/2014-08/msg00287.html
8
12014-08-08 Martin Rudalics <rudalics@gmx.at> 92014-08-08 Martin Rudalics <rudalics@gmx.at>
2 10
3 * window.c (Fwindow_valid_p): Fix doc-string (Bug#18194). 11 * window.c (Fwindow_valid_p): Fix doc-string (Bug#18194).