]> code.delx.au - gnu-emacs/commitdiff
; Fix stray quote inserted in comment
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 9 Sep 2015 09:47:53 +0000 (02:47 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 9 Sep 2015 09:47:53 +0000 (02:47 -0700)
src/terminal.c

index 15d74f4e812ce811db67bd016152e296345b6e05..817da75c577fa2ab240a3bab85afab6e76c4f0b1 100644 (file)
@@ -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.  */