From: Paul Eggert Date: Wed, 9 Sep 2015 09:47:53 +0000 (-0700) Subject: ; Fix stray quote inserted in comment X-Git-Tag: emacs-25.0.90~1224^2~186 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=881b4f4bbf6f6ef0c90a5a5561941dfc3da7bd39;p=emacs.git ; Fix stray quote inserted in comment --- 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. */