diff options
| author | Martin Rudalics | 2014-12-30 10:56:43 +0100 |
|---|---|---|
| committer | Martin Rudalics | 2014-12-30 10:56:43 +0100 |
| commit | 01827de4518c8da974821da0439f2ad4984d49da (patch) | |
| tree | 2dfebc60105cba258340bfd0b2ec5e4a8de0a093 /doc/lispref/ChangeLog | |
| parent | ec98420dbc5babb783b784ca3eb31667fb376739 (diff) | |
| download | emacs-01827de4518c8da974821da0439f2ad4984d49da.tar.gz emacs-01827de4518c8da974821da0439f2ad4984d49da.zip | |
Update documentation of Temporary Displays.
* display.texi (Temporary Displays): Amend description of
`with-temp-buffer-window'. Add descriptions for
`with-current-buffer-window', `with-displayed-buffer-window' and
`temp-buffer-resize-mode', `temp-buffer-max-height' and
`temp-buffer-max-width'.
* frame.c (frame_inhibit_implied_resize): Escape left paren in
doc-string.
Diffstat (limited to 'doc/lispref/ChangeLog')
| -rw-r--r-- | doc/lispref/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index ad9af13488e..c9f576af5e6 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2014-12-30 Martin Rudalics <rudalics@gmx.at> | ||
| 2 | |||
| 3 | * display.texi (Temporary Displays): Amend description of | ||
| 4 | `with-temp-buffer-window'. Add descriptions for | ||
| 5 | `with-current-buffer-window', `with-displayed-buffer-window' and | ||
| 6 | `temp-buffer-resize-mode', `temp-buffer-max-height' and | ||
| 7 | `temp-buffer-max-width'. | ||
| 8 | |||
| 1 | 2014-12-27 Glenn Morris <rgm@gnu.org> | 9 | 2014-12-27 Glenn Morris <rgm@gnu.org> |
| 2 | 10 | ||
| 3 | * control.texi (Pattern matching case statement): | 11 | * control.texi (Pattern matching case statement): |