projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6e5d81f
)
; Fix stray quote inserted in comment
author
Paul Eggert
<eggert@cs.ucla.edu>
Wed, 9 Sep 2015 09:47:53 +0000
(
02:47
-0700)
committer
Paul Eggert
<eggert@cs.ucla.edu>
Wed, 9 Sep 2015 09:47:53 +0000
(
02:47
-0700)
src/terminal.c
patch
|
blob
|
history
diff --git
a/src/terminal.c
b/src/terminal.c
index 15d74f4e812ce811db67bd016152e296345b6e05..817da75c577fa2ab240a3bab85afab6e76c4f0b1 100644
(file)
--- 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. */