From 845a78b47b62a70f2b0994f2a483f57365c87340 Mon Sep 17 00:00:00 2001 From: Lute Kamstra Date: Fri, 25 Feb 2005 15:22:17 +0000 Subject: [PATCH] (syms_of_buffer): Fix typo. --- src/ChangeLog | 4 ++++ src/buffer.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/ChangeLog b/src/ChangeLog index 23074668343..19110525120 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2005-02-25 Stephan Stahl (tiny change) + + * buffer.c (syms_of_buffer): Fix typo. + 2005-02-23 Lute Kamstra * buffer.c (Foverlay_buffer): Doc fix. diff --git a/src/buffer.c b/src/buffer.c index 3394e1dead2..8738466abd1 100644 --- a/src/buffer.c +++ b/src/buffer.c @@ -5673,7 +5673,7 @@ arrow bitmaps. If value is a symbol `left' or `right', both angle and arrow bitmaps are displayed in the left or right fringe, resp. Any other value -that doesn't look like an alist means displat the angle bitmaps in +that doesn't look like an alist means display the angle bitmaps in the left fringe but no arrows. You can exercise more precise control by using an alist as the -- 2.39.5