emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 881b4f4: ; Fix stray quote inserted in comment


From: Paul Eggert
Subject: [Emacs-diffs] master 881b4f4: ; Fix stray quote inserted in comment
Date: Wed, 09 Sep 2015 09:48:15 +0000

branch: master
commit 881b4f4bbf6f6ef0c90a5a5561941dfc3da7bd39
Author: Paul Eggert <address@hidden>
Commit: Paul Eggert <address@hidden>

    ; Fix stray quote inserted in comment
---
 src/terminal.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/terminal.c b/src/terminal.c
index 15d74f4..817da75 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.  */
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]