emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/emacs-23 r99936: * buffer.c (syms_of_buffer


From: Juanma Barranquero
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-23 r99936: * buffer.c (syms_of_buffer) <fringe-indicator-alist>: Doc fix.
Date: Wed, 21 Jul 2010 12:45:01 +0200
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 99936
committer: Juanma Barranquero <address@hidden>
branch nick: emacs-23
timestamp: Wed 2010-07-21 12:45:01 +0200
message:
  * buffer.c (syms_of_buffer) <fringe-indicator-alist>: Doc fix.
modified:
  src/ChangeLog
  src/buffer.c
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2010-07-17 09:59:19 +0000
+++ b/src/ChangeLog     2010-07-21 10:45:01 +0000
@@ -1,3 +1,7 @@
+2010-07-21  Juanma Barranquero  <address@hidden>
+
+       * buffer.c (syms_of_buffer) <fringe-indicator-alist>: Doc fix.
+
 2010-07-17  Jan Djärv  <address@hidden>
 
        * gtkutil.c (xg_event_is_for_menubar): Also check that event window

=== modified file 'src/buffer.c'
--- a/src/buffer.c      2010-03-02 01:30:52 +0000
+++ b/src/buffer.c      2010-07-21 10:45:01 +0000
@@ -6032,14 +6032,14 @@
 
 INDICATOR specifies the logical indicator type which is one of the
 following symbols: `truncation' , `continuation', `overlay-arrow',
-`top', `bottom', `up', `down', `one-line', `empty-line', or `unknown'.
+`top', `bottom', `top-bottom', `up', `down', empty-line', or `unknown'.
 
-BITMAPS is list of symbols (LEFT RIGHT [LEFT1 RIGHT1]) which specifies
+BITMAPS is a list of symbols (LEFT RIGHT [LEFT1 RIGHT1]) which specifies
 the actual bitmap shown in the left or right fringe for the logical
 indicator.  LEFT and RIGHT are the bitmaps shown in the left and/or
 right fringe for the specific indicator.  The LEFT1 or RIGHT1 bitmaps
-are used only for the `bottom' and `one-line' indicators when the last
-\(only) line in has no final newline.  BITMAPS may also be a single
+are used only for the `bottom' and `top-bottom' indicators when the
+last (only) line has no final newline.  BITMAPS may also be a single
 symbol which is used in both left and right fringes.  */);
 
   DEFVAR_PER_BUFFER ("fringe-cursor-alist",


reply via email to

[Prev in Thread] Current Thread [Next in Thread]