* src/term.c (Ftty_frame_at):
* src/menu.c (syms_of_menu) <x-popup-menu-function>:
* src/dispnew.c (Fredisplay): Fix "doc:". The extra blank was
preventing 'make-docfile' from recognizing the functions and
variables and extracting their documentation to 'etc/DOC'.
(Bug#76722)
(cherry picked from commit
a382bfdfa4b8692bcb971eec1516e37a58b3fc2f)
DEFUN ("redisplay", Fredisplay, Sredisplay, 0, 1, 0,
- doc : /* Perform redisplay.
+ doc: /* Perform redisplay.
Optional arg FORCE exists for historical reasons and is ignored.
Value is t if redisplay has been performed, nil if executing a
keyboard macro. */)
Vx_pre_popup_menu_hook = Qnil;
DEFVAR_LISP ("x-popup-menu-function", Vx_popup_menu_function,
- doc : /* Function to call to pop up a menu.
+ doc: /* Function to call to pop up a menu.
The function is called like `x-popup-menu'. This is currently only
used for frames on text terminals. */);
Vx_popup_menu_function = Qnil;
}
DEFUN ("tty-frame-at", Ftty_frame_at, Stty_frame_at, 2, 2, 0,
- doc : /* Return tty frame containing absolute pixel position (X, Y).
+ doc: /* Return tty frame containing absolute pixel position (X, Y).
Value is nil if no frame found. Otherwise it is a list (FRAME CX CY),
where FRAME is the frame containing (X, Y) and CX and CY are X and Y
relative to FRAME. */)