emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lispref/display.texi,v


From: Kim F. Storm
Subject: [Emacs-diffs] Changes to emacs/lispref/display.texi,v
Date: Fri, 07 Jul 2006 13:31:23 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Kim F. Storm <kfstorm>  06/07/07 13:31:23

Index: display.texi
===================================================================
RCS file: /cvsroot/emacs/emacs/lispref/display.texi,v
retrieving revision 1.225
retrieving revision 1.226
diff -u -b -r1.225 -r1.226
--- display.texi        5 Jul 2006 17:05:41 -0000       1.225
+++ display.texi        7 Jul 2006 13:31:23 -0000       1.226
@@ -2946,7 +2946,7 @@
 @defvar fringe-cursor-alist
 This variable specifies the mapping from logical cursor type to the
 actual fringe bitmaps displayed in the right fringe.  The value is an
-alist where each element @code{(@var{cursor}. @var{bitmap})} specifies
+alist where each element @code{(@var{cursor} . @var{bitmap})} specifies
 the fringe bitmaps used to display a specific logical cursor type in
 the fringe.  Here, @var{cursor} specifies the logical cursor type and
 @var{bitmap} is a symbol specifying the fringe bitmap to be displayed
@@ -3035,12 +3035,6 @@
 If @var{periodic} is address@hidden, it specifies that the rows in
 @code{bits} should be repeated enough times to reach the specified
 height.
-
-The return value on success is an integer identifying the new bitmap.
-You should save that integer in a variable so it can be used to select
-this bitmap.
-
-This function signals an error if there are no more free bitmap slots.
 @end defun
 
 @defun destroy-fringe-bitmap bitmap
@@ -3114,8 +3108,8 @@
 specify an overlay arrow string (for text-only terminals) or fringe
 bitmap (for graphical terminals) to display at the corresponding
 overlay arrow position.  If either property is not set, the default
-(@code{overlay-arrow-string} or @code{overlay-arrow-fringe-bitmap}) is
-used.
address@hidden or @code{overlay-arrow} fringe indicator
+is used.
 
 @node Scroll Bars
 @section Scroll Bars




reply via email to

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