# HG changeset patch # User Kim F. Storm # Date 1076587961 0 # Node ID d7b95d7f2179f8faf5c1c8edccc0a6ff8fd780c6 # Parent 349ac348bad6529093c528b29bda51c3aa52190b (Fwindow_fringes): Doc fix. diff -r 349ac348bad6 -r d7b95d7f2179 src/window.c --- 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; {