diff options
author | Martin Rudalics <rudalics@gmx.at> | 2014-12-30 10:56:43 +0100 |
---|---|---|
committer | Martin Rudalics <rudalics@gmx.at> | 2014-12-30 10:56:43 +0100 |
commit | 01827de4518c8da974821da0439f2ad4984d49da (patch) | |
tree | 2dfebc60105cba258340bfd0b2ec5e4a8de0a093 /src | |
parent | ec98420dbc5babb783b784ca3eb31667fb376739 (diff) | |
download | emacs-01827de4518c8da974821da0439f2ad4984d49da.tar.gz |
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 'src')
-rw-r--r-- | src/frame.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/frame.c b/src/frame.c index 2ad1c1b52b7..82a85bc48e6 100644 --- a/src/frame.c +++ b/src/frame.c @@ -5057,7 +5057,7 @@ keep it unchanged if this option is either `t' or a list containing `vertical-scroll-bars'. The default value is '(tool-bar-lines) on Lucid, Motif and Windows -(which means that adding/removing a tool bar does not change the frame +\(which means that adding/removing a tool bar does not change the frame height), nil on all other window systems including GTK+ (which means that changing any of the parameters listed above may change the size of the frame), and `t' otherwise (which means the frame size never changes |