aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMartin Rudalics2014-12-30 10:56:43 +0100
committerMartin Rudalics2014-12-30 10:56:43 +0100
commit01827de4518c8da974821da0439f2ad4984d49da (patch)
tree2dfebc60105cba258340bfd0b2ec5e4a8de0a093 /src
parentec98420dbc5babb783b784ca3eb31667fb376739 (diff)
downloademacs-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 'src')
-rw-r--r--src/frame.c2
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
5057`vertical-scroll-bars'. 5057`vertical-scroll-bars'.
5058 5058
5059The default value is '(tool-bar-lines) on Lucid, Motif and Windows 5059The default value is '(tool-bar-lines) on Lucid, Motif and Windows
5060(which means that adding/removing a tool bar does not change the frame 5060\(which means that adding/removing a tool bar does not change the frame
5061height), nil on all other window systems including GTK+ (which means 5061height), nil on all other window systems including GTK+ (which means
5062that changing any of the parameters listed above may change the size of 5062that changing any of the parameters listed above may change the size of
5063the frame), and `t' otherwise (which means the frame size never changes 5063the frame), and `t' otherwise (which means the frame size never changes