diff options
author | Jim Blandy <jimb@redhat.com> | 1992-08-29 02:14:58 +0000 |
---|---|---|
committer | Jim Blandy <jimb@redhat.com> | 1992-08-29 02:14:58 +0000 |
commit | bd3073920fe7bf841a155480e3a77a1030bacfa8 (patch) | |
tree | 820401de51455f41a5e7eb36b14cf46682738e79 /src/systty.h | |
parent | 5d305367662fbdf5f127794027673b8e1e65adf6 (diff) | |
download | emacs-bd3073920fe7bf841a155480e3a77a1030bacfa8.tar.gz |
*** empty log message ***
Diffstat (limited to 'src/systty.h')
-rw-r--r-- | src/systty.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/systty.h b/src/systty.h index 662d6c090f2..186d3edff80 100644 --- a/src/systty.h +++ b/src/systty.h @@ -291,7 +291,7 @@ struct emacs_tty { }; -/* Define these to be a concatenation of all the EMACS_{GET,SET}_TTY +/* Define these to be a concatenation of all the EMACS_{GET,SET}_TTY_n macros. */ #define EMACS_GET_TTY(fd, tc) \ (EMACS_GET_TTY_1 (fd, tc) \ |