aboutsummaryrefslogtreecommitdiffstats
path: root/src/term.c
diff options
context:
space:
mode:
authorJuanma Barranquero2011-11-30 17:33:05 +0100
committerJuanma Barranquero2011-11-30 17:33:05 +0100
commit5c32d3f2f93edced9c004698eaa2234d809fee02 (patch)
treeeca49b0e0cb0e6cb28de632bf28ceff944825cb3 /src/term.c
parent6db4e2d308c3ccef73b61c2f124f446fb367ea70 (diff)
downloademacs-5c32d3f2f93edced9c004698eaa2234d809fee02.tar.gz
emacs-5c32d3f2f93edced9c004698eaa2234d809fee02.zip
Fix typos.
Diffstat (limited to 'src/term.c')
-rw-r--r--src/term.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/term.c b/src/term.c
index 4a671d048c4..ae505f020f2 100644
--- a/src/term.c
+++ b/src/term.c
@@ -3236,7 +3236,7 @@ use the Bourne shell command `TERM=... export TERM' (C-shell:\n\
3236 MultiLeft (tty) = tgetstr ("LE", address); 3236 MultiLeft (tty) = tgetstr ("LE", address);
3237 MultiRight (tty) = tgetstr ("RI", address); 3237 MultiRight (tty) = tgetstr ("RI", address);
3238 3238
3239 /* SVr4/ANSI color suppert. If "op" isn't available, don't support 3239 /* SVr4/ANSI color support. If "op" isn't available, don't support
3240 color because we can't switch back to the default foreground and 3240 color because we can't switch back to the default foreground and
3241 background. */ 3241 background. */
3242 tty->TS_orig_pair = tgetstr ("op", address); 3242 tty->TS_orig_pair = tgetstr ("op", address);