diff options
| author | Kim F. Storm | 2006-07-07 13:31:23 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2006-07-07 13:31:23 +0000 |
| commit | 1daf0ddeff2053d4e530c4bbf827ed40800dcaa6 (patch) | |
| tree | 7c7c02cdeaced3c71c8c3ad22fb8161dca47a070 | |
| parent | 7f08703068e32812f06369c8070b90cb6b3de8ba (diff) | |
| download | emacs-1daf0ddeff2053d4e530c4bbf827ed40800dcaa6.tar.gz emacs-1daf0ddeff2053d4e530c4bbf827ed40800dcaa6.zip | |
(Fringe Cursors): Fix typo.
(Customizing Bitmaps): Fix define-fringe-bitmap entry.
(Overlay Arrow): Default is overlay-arrow fringe indicator.
| -rw-r--r-- | lispref/display.texi | 12 |
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 |
| 2947 | This variable specifies the mapping from logical cursor type to the | 2947 | This variable specifies the mapping from logical cursor type to the |
| 2948 | actual fringe bitmaps displayed in the right fringe. The value is an | 2948 | actual fringe bitmaps displayed in the right fringe. The value is an |
| 2949 | alist where each element @code{(@var{cursor}. @var{bitmap})} specifies | 2949 | alist where each element @code{(@var{cursor} . @var{bitmap})} specifies |
| 2950 | the fringe bitmaps used to display a specific logical cursor type in | 2950 | the fringe bitmaps used to display a specific logical cursor type in |
| 2951 | the fringe. Here, @var{cursor} specifies the logical cursor type and | 2951 | the 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} | |||
| 3035 | If @var{periodic} is non-@code{nil}, it specifies that the rows in | 3035 | If @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 |
| 3037 | height. | 3037 | height. |
| 3038 | |||
| 3039 | The return value on success is an integer identifying the new bitmap. | ||
| 3040 | You should save that integer in a variable so it can be used to select | ||
| 3041 | this bitmap. | ||
| 3042 | |||
| 3043 | This 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 | |||
| 3114 | specify an overlay arrow string (for text-only terminals) or fringe | 3108 | specify an overlay arrow string (for text-only terminals) or fringe |
| 3115 | bitmap (for graphical terminals) to display at the corresponding | 3109 | bitmap (for graphical terminals) to display at the corresponding |
| 3116 | overlay arrow position. If either property is not set, the default | 3110 | overlay 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 |
| 3118 | used. | 3112 | is used. |
| 3119 | 3113 | ||
| 3120 | @node Scroll Bars | 3114 | @node Scroll Bars |
| 3121 | @section Scroll Bars | 3115 | @section Scroll Bars |