aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKim F. Storm2004-02-12 12:12:41 +0000
committerKim F. Storm2004-02-12 12:12:41 +0000
commit467e281a735969016822a4d16c473fd82eead3d6 (patch)
treed1b389a2967d205c8f6a14e472f80265586741f3 /src
parentfb2dcf046cbf7b5abea7478725ba50059d389cfc (diff)
downloademacs-467e281a735969016822a4d16c473fd82eead3d6.tar.gz
emacs-467e281a735969016822a4d16c473fd82eead3d6.zip
(Fwindow_fringes): Doc fix.
Diffstat (limited to 'src')
-rw-r--r--src/window.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/window.c b/src/window.c
index 399b40c526d..af0f6c3c0b5 100644
--- a/src/window.c
+++ b/src/window.c
@@ -6016,9 +6016,7 @@ DEFUN ("window-fringes", Fwindow_fringes, Swindow_fringes,
6016 0, 1, 0, 6016 0, 1, 0,
6017 doc: /* Get width of fringes of window WINDOW. 6017 doc: /* Get width of fringes of window WINDOW.
6018If WINDOW is omitted or nil, use the currently selected window. 6018If WINDOW is omitted or nil, use the currently selected window.
6019Value is a list of the form (LEFT-WIDTH RIGHT-WIDTH OUTSIDE-MARGINS). 6019Value is a list of the form (LEFT-WIDTH RIGHT-WIDTH OUTSIDE-MARGINS). */)
6020If a window specific fringe width is not set, its width will be returned
6021as nil. */)
6022 (window) 6020 (window)
6023 Lisp_Object window; 6021 Lisp_Object window;
6024{ 6022{