diff options
Diffstat (limited to 'src/term.c')
-rw-r--r-- | src/term.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/term.c b/src/term.c index ea856543a7d..3547b9a2ddd 100644 --- a/src/term.c +++ b/src/term.c @@ -2411,7 +2411,7 @@ get_named_tty (const char *name) } -DEFUN ("tty-type", Ftty_type, Stty_type, 0, 1, 0, +DEFUE ("tty-type", Ftty_type, Stty_type, 0, 1, 0, doc: /* Return the type of the tty device that TERMINAL uses. Returns nil if TERMINAL is not on a tty device. |