From 467e281a735969016822a4d16c473fd82eead3d6 Mon Sep 17 00:00:00 2001 From: "Kim F. Storm" Date: Thu, 12 Feb 2004 12:12:41 +0000 Subject: [PATCH] (Fwindow_fringes): Doc fix. --- src/window.c | 4 +--- 1 file changed, 1 insertion(+), 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, 0, 1, 0, doc: /* Get width of fringes of window WINDOW. If WINDOW is omitted or nil, use the currently selected window. -Value is a list of the form (LEFT-WIDTH RIGHT-WIDTH OUTSIDE-MARGINS). -If a window specific fringe width is not set, its width will be returned -as nil. */) +Value is a list of the form (LEFT-WIDTH RIGHT-WIDTH OUTSIDE-MARGINS). */) (window) Lisp_Object window; { -- 2.39.2