diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/xfns.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xfns.c b/src/xfns.c index 6e328952066..1d1b71eebc9 100644 --- a/src/xfns.c +++ b/src/xfns.c | |||
| @@ -3709,7 +3709,7 @@ syms_of_xfns () | |||
| 3709 | "The buffer offset of the character under the pointer."); | 3709 | "The buffer offset of the character under the pointer."); |
| 3710 | mouse_buffer_offset = 0; | 3710 | mouse_buffer_offset = 0; |
| 3711 | 3711 | ||
| 3712 | DEFVAR_INT ("x-pointer-shape", &Vx_pointer_shape, | 3712 | DEFVAR_LISP ("x-pointer-shape", &Vx_pointer_shape, |
| 3713 | "The shape of the pointer when over text.\n\ | 3713 | "The shape of the pointer when over text.\n\ |
| 3714 | Changing the value does not affect existing frames\n\ | 3714 | Changing the value does not affect existing frames\n\ |
| 3715 | unless you set the mouse color."); | 3715 | unless you set the mouse color."); |