diff options
| author | Luc Teirlinck | 2004-09-23 04:15:54 +0000 |
|---|---|---|
| committer | Luc Teirlinck | 2004-09-23 04:15:54 +0000 |
| commit | 61e749685a4e7c4da5f4b5253a6fc35a6f06cc98 (patch) | |
| tree | e9d523c92ec0f4f0163bf220d694d528afca820a /lispref | |
| parent | 2211e0c665973fa0e701a1892ee5d5e7efd8aaa7 (diff) | |
| download | emacs-61e749685a4e7c4da5f4b5253a6fc35a6f06cc98.tar.gz emacs-61e749685a4e7c4da5f4b5253a6fc35a6f06cc98.zip | |
Correct various typos.
(Display): Rename node "Pointer Shapes" to "Pointer Shape". (There is
already a node called "Pointer Shapes" in frames.texi.)
(Images): Remove non-existent node "Image Slices" from menu.
Diffstat (limited to 'lispref')
| -rw-r--r-- | lispref/display.texi | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/lispref/display.texi b/lispref/display.texi index f5923acd3f5..9b9eb76eb38 100644 --- a/lispref/display.texi +++ b/lispref/display.texi | |||
| @@ -27,7 +27,7 @@ that Emacs presents to the user. | |||
| 27 | * Fringes:: Controlling window fringes. | 27 | * Fringes:: Controlling window fringes. |
| 28 | * Fringe Bitmaps:: Customizing fringe bitmaps. | 28 | * Fringe Bitmaps:: Customizing fringe bitmaps. |
| 29 | * Scroll Bars:: Controlling vertical scroll bars. | 29 | * Scroll Bars:: Controlling vertical scroll bars. |
| 30 | * Pointer Shapes:: Controlling the mouse pointer shape. | 30 | * Pointer Shape:: Controlling the mouse pointer shape. |
| 31 | * Display Property:: Enabling special display features. | 31 | * Display Property:: Enabling special display features. |
| 32 | * Images:: Displaying images in Emacs buffers. | 32 | * Images:: Displaying images in Emacs buffers. |
| 33 | * Buttons:: Adding clickable buttons to Emacs buffers. | 33 | * Buttons:: Adding clickable buttons to Emacs buffers. |
| @@ -2786,8 +2786,8 @@ in a buffer that is already visible in a window, you can make the | |||
| 2786 | window take note of the new values by calling @code{set-window-buffer} | 2786 | window take note of the new values by calling @code{set-window-buffer} |
| 2787 | specifying the same buffer that is already displayed. | 2787 | specifying the same buffer that is already displayed. |
| 2788 | 2788 | ||
| 2789 | @node Pointer Shapes | 2789 | @node Pointer Shape |
| 2790 | @section Pointer Shapes | 2790 | @section Pointer Shape |
| 2791 | 2791 | ||
| 2792 | Normally, the mouse pointer has the @code{text} shape over text and | 2792 | Normally, the mouse pointer has the @code{text} shape over text and |
| 2793 | the @code{arrow} shape over window areas which do not correspond to | 2793 | the @code{arrow} shape over window areas which do not correspond to |
| @@ -2921,7 +2921,7 @@ used as an absolute number of pixels. | |||
| 2921 | @end example | 2921 | @end example |
| 2922 | 2922 | ||
| 2923 | The form @var{NUM} specifies a fractional width or height of the | 2923 | The form @var{NUM} specifies a fractional width or height of the |
| 2924 | default frame font size. The form @code(@var{NUM})} specifies an | 2924 | default frame font size. The form @code{(@var{NUM})} specifies an |
| 2925 | absolute number of pixels. If a symbol @var{SYMBOL} is specified, its | 2925 | absolute number of pixels. If a symbol @var{SYMBOL} is specified, its |
| 2926 | buffer-local variable binding is used. | 2926 | buffer-local variable binding is used. |
| 2927 | 2927 | ||
| @@ -2955,7 +2955,7 @@ the left-margin, use | |||
| 2955 | to the left edge of the text area. For example, @samp{:align-to 0} in a | 2955 | to the left edge of the text area. For example, @samp{:align-to 0} in a |
| 2956 | header-line aligns with the first text column in the text area. | 2956 | header-line aligns with the first text column in the text area. |
| 2957 | 2957 | ||
| 2958 | The value of the form @code(@var{NUM} . @var{EXPR})} is the value of | 2958 | The value of the form @code{(@var{NUM} . @var{EXPR})} is the value of |
| 2959 | @var{NUM} multiplied by the value of the expression @var{EXPR}. For | 2959 | @var{NUM} multiplied by the value of the expression @var{EXPR}. For |
| 2960 | example, @samp{(2 . in)} specifies a width of 2 inches, while | 2960 | example, @samp{(2 . in)} specifies a width of 2 inches, while |
| 2961 | @samp{(0.5 . IMAGE)} specifies half the width (or height) of the | 2961 | @samp{(0.5 . IMAGE)} specifies half the width (or height) of the |
| @@ -3227,7 +3227,6 @@ function always returns @code{t}; for other image types, it returns | |||
| 3227 | * Other Image Types:: Various other formats are supported. | 3227 | * Other Image Types:: Various other formats are supported. |
| 3228 | * Defining Images:: Convenient ways to define an image for later use. | 3228 | * Defining Images:: Convenient ways to define an image for later use. |
| 3229 | * Showing Images:: Convenient ways to display an image once it is defined. | 3229 | * Showing Images:: Convenient ways to display an image once it is defined. |
| 3230 | * Image Slices:: Displaying image slices. | ||
| 3231 | * Image Cache:: Internal mechanisms of image display. | 3230 | * Image Cache:: Internal mechanisms of image display. |
| 3232 | @end menu | 3231 | @end menu |
| 3233 | 3232 | ||
| @@ -3413,7 +3412,7 @@ which specifies the center and the radius of the circle; @var{r} may | |||
| 3413 | be a float or integer. | 3412 | be a float or integer. |
| 3414 | 3413 | ||
| 3415 | A polygon is a cons | 3414 | A polygon is a cons |
| 3416 | @code(poly . [@var{x0} @var{y0} @var{x1} @var{y1} ...])} | 3415 | @code{(poly . [@var{x0} @var{y0} @var{x1} @var{y1} ...])} |
| 3417 | where each pair in the vector describes one corner in the polygon. | 3416 | where each pair in the vector describes one corner in the polygon. |
| 3418 | 3417 | ||
| 3419 | When the mouse pointer is above a hot-spot area of an image, the | 3418 | When the mouse pointer is above a hot-spot area of an image, the |