]> git.eshelyaron.com Git - emacs.git/commitdiff
(syms_of_fringe) <fringe-bitmaps>: Doc fix.
authorKim F. Storm <storm@cua.dk>
Tue, 21 Feb 2006 09:42:16 +0000 (09:42 +0000)
committerKim F. Storm <storm@cua.dk>
Tue, 21 Feb 2006 09:42:16 +0000 (09:42 +0000)
src/fringe.c

index 4009a97996270f56db06393e994ea8834a76e9e5..2ce9d043718bc21c961e58022cb8e957a290dad1 100644 (file)
@@ -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;
 }