diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/xdisp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xdisp.c b/src/xdisp.c index d463a3d7fcd..e3e1048aaea 100644 --- a/src/xdisp.c +++ b/src/xdisp.c | |||
| @@ -22610,7 +22610,7 @@ See also `overlay-arrow-string'. */); | |||
| 22610 | DEFVAR_LISP ("overlay-arrow-string", &Voverlay_arrow_string, | 22610 | DEFVAR_LISP ("overlay-arrow-string", &Voverlay_arrow_string, |
| 22611 | doc: /* String to display as an arrow in non-window frames. | 22611 | doc: /* String to display as an arrow in non-window frames. |
| 22612 | See also `overlay-arrow-position'. */); | 22612 | See also `overlay-arrow-position'. */); |
| 22613 | Voverlay_arrow_string = Qnil; | 22613 | Voverlay_arrow_string = build_string ("=>"); |
| 22614 | 22614 | ||
| 22615 | DEFVAR_LISP ("overlay-arrow-variable-list", &Voverlay_arrow_variable_list, | 22615 | DEFVAR_LISP ("overlay-arrow-variable-list", &Voverlay_arrow_variable_list, |
| 22616 | doc: /* List of variables (symbols) which hold markers for overlay arrows. | 22616 | doc: /* List of variables (symbols) which hold markers for overlay arrows. |