aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJuanma Barranquero2008-02-17 21:54:41 +0000
committerJuanma Barranquero2008-02-17 21:54:41 +0000
commit407c97dd38ff4f70724bcb225027304f7fc21cfc (patch)
treed1d5fb91719f5825bf0dee392b013c3ba44c94ea /src
parented3b86bfb7178c4936a5526c9b8fae38fe06a946 (diff)
downloademacs-407c97dd38ff4f70724bcb225027304f7fc21cfc.tar.gz
emacs-407c97dd38ff4f70724bcb225027304f7fc21cfc.zip
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/xdisp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xdisp.c b/src/xdisp.c
index fd72005fc78..a99a7eb3f32 100644
--- a/src/xdisp.c
+++ b/src/xdisp.c
@@ -8293,7 +8293,7 @@ resize_mini_window_1 (a1, exactly, a3, a4)
8293} 8293}
8294 8294
8295 8295
8296/* Resize mini-window W to fit the size of its contents. EXACT:P 8296/* Resize mini-window W to fit the size of its contents. EXACT_P
8297 means size the window exactly to the size needed. Otherwise, it's 8297 means size the window exactly to the size needed. Otherwise, it's
8298 only enlarged until W's buffer is empty. 8298 only enlarged until W's buffer is empty.
8299 8299