aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJan Djärv2012-10-30 19:28:48 +0100
committerJan Djärv2012-10-30 19:28:48 +0100
commit02615da0724b1c97628f0073455e975710ca1cb7 (patch)
tree956a20e43d68c2c1459e79c74669659e4cce39ae /src
parent87288971055247833c83fe13fecdf06fef95cee7 (diff)
downloademacs-02615da0724b1c97628f0073455e975710ca1cb7.tar.gz
emacs-02615da0724b1c97628f0073455e975710ca1cb7.zip
* frame.c (Fframe_pixel_height): Fix documentation.
Fixes: debbugs:12733
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog4
-rw-r--r--src/frame.c7
2 files changed, 6 insertions, 5 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index e3371796bfb..1ae99a22cf9 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
12012-10-30 Jan Djärv <jan.h.d@swipnet.se>
2
3 * frame.c (Fframe_pixel_height): Fix documentation (Bug#12733).
4
12012-10-30 Kenichi Handa <handa@gnu.org> 52012-10-30 Kenichi Handa <handa@gnu.org>
2 6
3 * font.c (Ffont_at): If WINDOW is specified and it is not 7 * font.c (Ffont_at): If WINDOW is specified and it is not
diff --git a/src/frame.c b/src/frame.c
index 17a99000c9b..79893abf826 100644
--- a/src/frame.c
+++ b/src/frame.c
@@ -2474,11 +2474,8 @@ In the Gtk+ version of Emacs, it includes only any window (including
2474the minibuffer or echo area), mode line, and header line. It does not 2474the minibuffer or echo area), mode line, and header line. It does not
2475include the tool bar or menu bar. 2475include the tool bar or menu bar.
2476 2476
2477With the Motif or Lucid toolkits, it also includes the tool bar (but 2477With other graphical versions, it also includes the tool bar and the
2478not the menu bar). 2478menu bar.
2479
2480In a graphical version with no toolkit, it includes both the tool bar
2481and menu bar.
2482 2479
2483For a text terminal, it includes the menu bar. In this case, the 2480For a text terminal, it includes the menu bar. In this case, the
2484result is really in characters rather than pixels (i.e., is identical 2481result is really in characters rather than pixels (i.e., is identical