diff options
| author | Martin Rudalics | 2014-08-09 13:12:45 +0200 |
|---|---|---|
| committer | Martin Rudalics | 2014-08-09 13:12:45 +0200 |
| commit | c70e7e185e670b63fd46f6a1f59289816bbab098 (patch) | |
| tree | 073607b2f9e95bb7b6579b7b8b310a7b86d8c543 /src/ChangeLog | |
| parent | 5a88c153fcd647a81b2e5f285244bfbf861e1724 (diff) | |
| download | emacs-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/ChangeLog | 8 |
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 @@ | |||
| 1 | 2014-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 | |||
| 1 | 2014-08-08 Martin Rudalics <rudalics@gmx.at> | 9 | 2014-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). |