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 | cfaba3221496a633a5ecc54a3deb0b3a0d2310b1 (patch) | |
tree | e6fef9991cef5a3d5e725b7fbb226b718f5986f7 /src/systty.h | |
parent | ea1a761b242cd3cd52087c76f743dff32b583bd3 (diff) | |
download | emacs-cfaba3221496a633a5ecc54a3deb0b3a0d2310b1.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) \ |