aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1993-06-12 07:22:20 +0000
committerRichard M. Stallman1993-06-12 07:22:20 +0000
commit164a14ef248a0407557ca7bc20f4e54d3f8d0ac1 (patch)
tree1c84852abe363b85681d6412e081397bcac2d2d3
parent878a80cc1c6bb2eec111169ee0b9dd1f73eb24b2 (diff)
downloademacs-164a14ef248a0407557ca7bc20f4e54d3f8d0ac1.tar.gz
emacs-164a14ef248a0407557ca7bc20f4e54d3f8d0ac1.zip
Doc fixes.
-rw-r--r--src/frame.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/frame.c b/src/frame.c
index 2287710e87f..fa49f1257a1 100644
--- a/src/frame.c
+++ b/src/frame.c
@@ -1206,8 +1206,8 @@ For a terminal screen, the value is always 1.")
1206 1206
1207DEFUN ("frame-pixel-height", Fframe_pixel_height, 1207DEFUN ("frame-pixel-height", Fframe_pixel_height,
1208 Sframe_pixel_height, 0, 1, 0, 1208 Sframe_pixel_height, 0, 1, 0,
1209 "Return a FRAME's heightin pixels.\n\ 1209 "Return a FRAME's height in pixels.\n\
1210For a terminal frame, the result really gives the sizes in characters.\n\ 1210For a terminal frame, the result really gives the height in characters.\n\
1211If FRAME is omitted, the selected frame is used.") 1211If FRAME is omitted, the selected frame is used.")
1212 (frame) 1212 (frame)
1213 Lisp_Object frame; 1213 Lisp_Object frame;
@@ -1233,7 +1233,7 @@ If FRAME is omitted, the selected frame is used.")
1233DEFUN ("frame-pixel-width", Fframe_pixel_width, 1233DEFUN ("frame-pixel-width", Fframe_pixel_width,
1234 Sframe_pixel_width, 0, 1, 0, 1234 Sframe_pixel_width, 0, 1, 0,
1235 "Return FRAME's width in pixels.\n\ 1235 "Return FRAME's width in pixels.\n\
1236For a terminal frame, the result really gives the sizes in characters.\n\ 1236For a terminal frame, the result really gives the width in characters.\n\
1237If FRAME is omitted, the selected frame is used.") 1237If FRAME is omitted, the selected frame is used.")
1238 (frame) 1238 (frame)
1239 Lisp_Object frame; 1239 Lisp_Object frame;