changeset 53927:d7b95d7f2179

(Fwindow_fringes): Doc fix.
author Kim F. Storm <storm@cua.dk>
date Thu, 12 Feb 2004 12:12:41 +0000
parents 349ac348bad6
children eb040f78a72a
files src/window.c
diffstat 1 files changed, 1 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/window.c	Thu Feb 12 04:23:54 2004 +0000
+++ b/src/window.c	Thu Feb 12 12:12:41 2004 +0000
@@ -6016,9 +6016,7 @@
        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;
 {