]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fwindow_fringes): Doc fix.
authorKim F. Storm <storm@cua.dk>
Thu, 12 Feb 2004 12:12:41 +0000 (12:12 +0000)
committerKim F. Storm <storm@cua.dk>
Thu, 12 Feb 2004 12:12:41 +0000 (12:12 +0000)
src/window.c

index 399b40c526d3fd0aa8fc34e1869e2f544f355123..af0f6c3c0b5d466dd4fe97577b37cd826f205aa5 100644 (file)
@@ -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;
 {