From: Kim F. Storm Date: Tue, 21 Feb 2006 09:42:16 +0000 (+0000) Subject: (syms_of_fringe) : Doc fix. X-Git-Tag: emacs-pretest-22.0.90~3972 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a4b7b036d22264c0194e48a3dd06df76b47e0027;p=emacs.git (syms_of_fringe) : Doc fix. --- 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; }