From a4b7b036d22264c0194e48a3dd06df76b47e0027 Mon Sep 17 00:00:00 2001 From: "Kim F. Storm" Date: Tue, 21 Feb 2006 09:42:16 +0000 Subject: [PATCH] (syms_of_fringe) : Doc fix. --- src/fringe.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/fringe.c b/src/fringe.c index 4009a979962..2ce9d043718 100644 --- a/src/fringe.c +++ b/src/fringe.c @@ -1643,8 +1643,7 @@ If nil, also continue lines which are exactly as wide as the window. */); Voverflow_newline_into_fringe = Qt; DEFVAR_LISP ("fringe-bitmaps", &Vfringe_bitmaps, - doc: /* List of fringe bitmap symbols. -You must (require 'fringe) to use fringe bitmap symbols in your programs." */); + doc: /* List of fringe bitmap symbols. */); Vfringe_bitmaps = Qnil; } -- 2.39.2