aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lispref/display.texi12
1 files changed, 3 insertions, 9 deletions
diff --git a/lispref/display.texi b/lispref/display.texi
index 9398e0b95fc..b99a6f4f553 100644
--- a/lispref/display.texi
+++ b/lispref/display.texi
@@ -2946,7 +2946,7 @@ fringe.
2946@defvar fringe-cursor-alist 2946@defvar fringe-cursor-alist
2947This variable specifies the mapping from logical cursor type to the 2947This variable specifies the mapping from logical cursor type to the
2948actual fringe bitmaps displayed in the right fringe. The value is an 2948actual fringe bitmaps displayed in the right fringe. The value is an
2949alist where each element @code{(@var{cursor}. @var{bitmap})} specifies 2949alist where each element @code{(@var{cursor} . @var{bitmap})} specifies
2950the fringe bitmaps used to display a specific logical cursor type in 2950the fringe bitmaps used to display a specific logical cursor type in
2951the fringe. Here, @var{cursor} specifies the logical cursor type and 2951the fringe. Here, @var{cursor} specifies the logical cursor type and
2952@var{bitmap} is a symbol specifying the fringe bitmap to be displayed 2952@var{bitmap} is a symbol specifying the fringe bitmap to be displayed
@@ -3035,12 +3035,6 @@ The @var{align} argument may also be a list @code{(@var{align}
3035If @var{periodic} is non-@code{nil}, it specifies that the rows in 3035If @var{periodic} is non-@code{nil}, it specifies that the rows in
3036@code{bits} should be repeated enough times to reach the specified 3036@code{bits} should be repeated enough times to reach the specified
3037height. 3037height.
3038
3039The return value on success is an integer identifying the new bitmap.
3040You should save that integer in a variable so it can be used to select
3041this bitmap.
3042
3043This function signals an error if there are no more free bitmap slots.
3044@end defun 3038@end defun
3045 3039
3046@defun destroy-fringe-bitmap bitmap 3040@defun destroy-fringe-bitmap bitmap
@@ -3114,8 +3108,8 @@ Each variable on this list can have properties
3114specify an overlay arrow string (for text-only terminals) or fringe 3108specify an overlay arrow string (for text-only terminals) or fringe
3115bitmap (for graphical terminals) to display at the corresponding 3109bitmap (for graphical terminals) to display at the corresponding
3116overlay arrow position. If either property is not set, the default 3110overlay arrow position. If either property is not set, the default
3117(@code{overlay-arrow-string} or @code{overlay-arrow-fringe-bitmap}) is 3111@code{overlay-arrow-string} or @code{overlay-arrow} fringe indicator
3118used. 3112is used.
3119 3113
3120@node Scroll Bars 3114@node Scroll Bars
3121@section Scroll Bars 3115@section Scroll Bars