From: Kim F. Storm Date: Thu, 12 Feb 2004 12:12:41 +0000 (+0000) Subject: (Fwindow_fringes): Doc fix. X-Git-Tag: ttn-vms-21-2-B4~7646 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=467e281a735969016822a4d16c473fd82eead3d6;p=emacs.git (Fwindow_fringes): Doc fix. --- 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; {