summaryrefslogtreecommitdiff
path: root/src/terminal.c
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2015-09-09 02:47:53 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2015-09-09 02:47:53 -0700
commit881b4f4bbf6f6ef0c90a5a5561941dfc3da7bd39 (patch)
treec98dd581b9947eed08a2fe8298278cf45e396787 /src/terminal.c
parent6e5d81ff4536ed117dfac269357c46dbdc1890c9 (diff)
downloademacs-881b4f4bbf6f6ef0c90a5a5561941dfc3da7bd39.tar.gz
; Fix stray quote inserted in comment
Diffstat (limited to 'src/terminal.c')
-rw-r--r--src/terminal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/terminal.c b/src/terminal.c
index 15d74f4e812..817da75c577 100644
--- a/src/terminal.c
+++ b/src/terminal.c
@@ -198,7 +198,7 @@ ins_del_lines (struct frame *f, int vpos, int n)
}
/* Return the terminal object specified by TERMINAL. TERMINAL may
-” be a terminal object, a frame, or nil for the terminal device of
+ be a terminal object, a frame, or nil for the terminal device of
the current frame. If TERMINAL is neither from the above or the
resulting terminal object is deleted, return NULL. */