diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/dispnew.c | 2 | ||||
| -rw-r--r-- | src/menu.c | 2 | ||||
| -rw-r--r-- | src/term.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/dispnew.c b/src/dispnew.c index 511cf5634e5..4f4dcdf1dfb 100644 --- a/src/dispnew.c +++ b/src/dispnew.c | |||
| @@ -6948,7 +6948,7 @@ sit_for (Lisp_Object timeout, bool reading, int display_option) | |||
| 6948 | 6948 | ||
| 6949 | 6949 | ||
| 6950 | DEFUN ("redisplay", Fredisplay, Sredisplay, 0, 1, 0, | 6950 | DEFUN ("redisplay", Fredisplay, Sredisplay, 0, 1, 0, |
| 6951 | doc : /* Perform redisplay. | 6951 | doc: /* Perform redisplay. |
| 6952 | Optional arg FORCE exists for historical reasons and is ignored. | 6952 | Optional arg FORCE exists for historical reasons and is ignored. |
| 6953 | Value is t if redisplay has been performed, nil if executing a | 6953 | Value is t if redisplay has been performed, nil if executing a |
| 6954 | keyboard macro. */) | 6954 | keyboard macro. */) |
diff --git a/src/menu.c b/src/menu.c index d98135afbfd..ec6b9286982 100644 --- a/src/menu.c +++ b/src/menu.c | |||
| @@ -1628,7 +1628,7 @@ won't be run if `x-popup-menu' fails or returns for some other reason | |||
| 1628 | Vx_pre_popup_menu_hook = Qnil; | 1628 | Vx_pre_popup_menu_hook = Qnil; |
| 1629 | 1629 | ||
| 1630 | DEFVAR_LISP ("x-popup-menu-function", Vx_popup_menu_function, | 1630 | DEFVAR_LISP ("x-popup-menu-function", Vx_popup_menu_function, |
| 1631 | doc : /* Function to call to pop up a menu. | 1631 | doc: /* Function to call to pop up a menu. |
| 1632 | The function is called like `x-popup-menu'. This is currently only | 1632 | The function is called like `x-popup-menu'. This is currently only |
| 1633 | used for frames on text terminals. */); | 1633 | used for frames on text terminals. */); |
| 1634 | Vx_popup_menu_function = Qnil; | 1634 | Vx_popup_menu_function = Qnil; |
diff --git a/src/term.c b/src/term.c index cd4c1f45426..6990978ecfb 100644 --- a/src/term.c +++ b/src/term.c | |||
| @@ -2673,7 +2673,7 @@ tty_frame_at (int x, int y, int *cx, int *cy) | |||
| 2673 | } | 2673 | } |
| 2674 | 2674 | ||
| 2675 | DEFUN ("tty-frame-at", Ftty_frame_at, Stty_frame_at, 2, 2, 0, | 2675 | DEFUN ("tty-frame-at", Ftty_frame_at, Stty_frame_at, 2, 2, 0, |
| 2676 | doc : /* Return tty frame containing absolute pixel position (X, Y). | 2676 | doc: /* Return tty frame containing absolute pixel position (X, Y). |
| 2677 | Value is nil if no frame found. Otherwise it is a list (FRAME CX CY), | 2677 | Value is nil if no frame found. Otherwise it is a list (FRAME CX CY), |
| 2678 | where FRAME is the frame containing (X, Y) and CX and CY are X and Y | 2678 | where FRAME is the frame containing (X, Y) and CX and CY are X and Y |
| 2679 | relative to FRAME. */) | 2679 | relative to FRAME. */) |