comparison src/fringe.c @ 108933:b465aa3255ed

Fix typos.
author Juanma Barranquero <lekktu@gmail.com>
date Thu, 03 Jun 2010 17:34:35 +0200
parents 1d1d5d9bd884
children d418516def73 f6f0d450d542
comparison
equal deleted inserted replaced
108932:21c602686f38 108933:b465aa3255ed
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