diff options
| author | Robert Pluim | 2022-07-22 14:19:04 +0200 |
|---|---|---|
| committer | Robert Pluim | 2022-07-22 14:19:04 +0200 |
| commit | 04bdcf4aaa46612e066f32fa6452d76e40eff8e8 (patch) | |
| tree | d6434a38615654630ea37a70ca6fe5b20662ff13 | |
| parent | 7fa491a9e9ca00b21a290926c971ae861791824e (diff) | |
| download | emacs-04bdcf4aaa46612e066f32fa6452d76e40eff8e8.tar.gz emacs-04bdcf4aaa46612e066f32fa6452d76e40eff8e8.zip | |
* src/terminal.c (Fframe_terminal): Use active voice
| -rw-r--r-- | src/terminal.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/terminal.c b/src/terminal.c index 4580d0b7267..48d581e6ea4 100644 --- a/src/terminal.c +++ b/src/terminal.c | |||
| @@ -402,7 +402,7 @@ but if the second argument FORCE is non-nil, you may do so. */) | |||
| 402 | 402 | ||
| 403 | DEFUN ("frame-terminal", Fframe_terminal, Sframe_terminal, 0, 1, 0, | 403 | DEFUN ("frame-terminal", Fframe_terminal, Sframe_terminal, 0, 1, 0, |
| 404 | doc: /* Return the terminal that FRAME is displayed on. | 404 | doc: /* Return the terminal that FRAME is displayed on. |
| 405 | If FRAME is nil, the selected frame is used. | 405 | If FRAME is nil, use the selected frame. |
| 406 | 406 | ||
| 407 | The terminal device is represented by its integer identifier. */) | 407 | The terminal device is represented by its integer identifier. */) |
| 408 | (Lisp_Object frame) | 408 | (Lisp_Object frame) |