diff options
Diffstat (limited to 'src/term.c')
| -rw-r--r-- | src/term.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/term.c b/src/term.c index 30f1c201ccd..d30ab8709bf 100644 --- a/src/term.c +++ b/src/term.c | |||
| @@ -4049,14 +4049,14 @@ This variable can be used by terminal emulator packages. */); | |||
| 4049 | 4049 | ||
| 4050 | DEFVAR_LISP ("suspend-tty-functions", &Vsuspend_tty_functions, | 4050 | DEFVAR_LISP ("suspend-tty-functions", &Vsuspend_tty_functions, |
| 4051 | doc: /* Functions to be run after suspending a tty. | 4051 | doc: /* Functions to be run after suspending a tty. |
| 4052 | The functions are run with one argument, the terminal id to be suspended. | 4052 | The functions are run with one argument, the terminal object to be suspended. |
| 4053 | See `suspend-tty'. */); | 4053 | See `suspend-tty'. */); |
| 4054 | Vsuspend_tty_functions = Qnil; | 4054 | Vsuspend_tty_functions = Qnil; |
| 4055 | 4055 | ||
| 4056 | 4056 | ||
| 4057 | DEFVAR_LISP ("resume-tty-functions", &Vresume_tty_functions, | 4057 | DEFVAR_LISP ("resume-tty-functions", &Vresume_tty_functions, |
| 4058 | doc: /* Functions to be run after resuming a tty. | 4058 | doc: /* Functions to be run after resuming a tty. |
| 4059 | The functions are run with one argument, the terminal id that was revived. | 4059 | The functions are run with one argument, the terminal object that was revived. |
| 4060 | See `resume-tty'. */); | 4060 | See `resume-tty'. */); |
| 4061 | Vresume_tty_functions = Qnil; | 4061 | Vresume_tty_functions = Qnil; |
| 4062 | 4062 | ||