diff options
| author | Martin Rudalics | 2011-11-08 20:06:29 +0100 |
|---|---|---|
| committer | Martin Rudalics | 2011-11-08 20:06:29 +0100 |
| commit | b3f4a882bf9598be109d9435ed1fdaaf5883fe48 (patch) | |
| tree | 3a7fcb8ea2acef419e5a0f38416b597c55352b7f /lisp/ChangeLog | |
| parent | 4b0d61e31050ecdaf003c4c3a9efd175f2b8afdd (diff) | |
| download | emacs-b3f4a882bf9598be109d9435ed1fdaaf5883fe48.tar.gz emacs-b3f4a882bf9598be109d9435ed1fdaaf5883fe48.zip | |
Fix doc-string typo in window-min-delta
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 23d33e81934..44f81a92237 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -14,6 +14,7 @@ | |||
| 14 | * window.el (display-buffer-function, special-display-function): | 14 | * window.el (display-buffer-function, special-display-function): |
| 15 | Mention display-buffer-record-window but do not mention | 15 | Mention display-buffer-record-window but do not mention |
| 16 | help-setup parameter in doc-strings. | 16 | help-setup parameter in doc-strings. |
| 17 | (window-min-delta): Fix doc-string typo. | ||
| 17 | 18 | ||
| 18 | 2011-11-08 Chong Yidong <cyd@gnu.org> | 19 | 2011-11-08 Chong Yidong <cyd@gnu.org> |
| 19 | 20 | ||