comparison src/fringe.c @ 69071:ee6d3763fda6

(syms_of_fringe) <fringe-bitmaps>: Doc fix.
author Kim F. Storm <storm@cua.dk>
date Tue, 21 Feb 2006 09:42:16 +0000
parents fb4f4719e18b
children a25a9e239ddc 866effff65a4
comparison
equal deleted inserted replaced
69070:efaafdfc3b2c 69071:ee6d3763fda6
1641 is at the final newline, the cursor is shown in the right fringe. 1641 is at the final newline, the cursor is shown in the right fringe.
1642 If nil, also continue lines which are exactly as wide as the window. */); 1642 If nil, also continue lines which are exactly as wide as the window. */);
1643 Voverflow_newline_into_fringe = Qt; 1643 Voverflow_newline_into_fringe = Qt;
1644 1644
1645 DEFVAR_LISP ("fringe-bitmaps", &Vfringe_bitmaps, 1645 DEFVAR_LISP ("fringe-bitmaps", &Vfringe_bitmaps,
1646 doc: /* List of fringe bitmap symbols. 1646 doc: /* List of fringe bitmap symbols. */);
1647 You must (require 'fringe) to use fringe bitmap symbols in your programs." */);
1648 Vfringe_bitmaps = Qnil; 1647 Vfringe_bitmaps = Qnil;
1649 } 1648 }
1650 1649
1651 /* Garbage collection hook */ 1650 /* Garbage collection hook */
1652 1651