comparison src/fringe.c @ 108946:d418516def73

Merge from emacs-23
author Andreas Schwab <schwab@linux-m68k.org>
date Thu, 10 Jun 2010 00:08:50 +0200
parents cda2e3e030af b465aa3255ed
children aec1143e8d85
comparison
equal deleted inserted replaced
108926:2dc99219d813 108946:d418516def73
728 /* Lookup in buffer-local fringe-indicator-alist before global alist. 728 /* Lookup in buffer-local fringe-indicator-alist before global alist.
729 729
730 Elements are: 730 Elements are:
731 BITMAP -- use for all 731 BITMAP -- use for all
732 (L R) -- use for left right (whether partial or not) 732 (L R) -- use for left right (whether partial or not)
733 (L R PL PR) -- use for left rigth partial-left partial-right 733 (L R PL PR) -- use for left right partial-left partial-right
734 If any value in local binding is not present or t, use global value. 734 If any value in local binding is not present or t, use global value.
735 735
736 If partial, lookup partial bitmap in default value if not found here. 736 If partial, lookup partial bitmap in default value if not found here.
737 If not partial, or no partial spec is present, use non-partial bitmap. */ 737 If not partial, or no partial spec is present, use non-partial bitmap. */
738 738