diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/terminal.c | 2 |
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) | |||
| 198 | } | 198 | } |
| 199 | 199 | ||
| 200 | /* Return the terminal object specified by TERMINAL. TERMINAL may | 200 | /* Return the terminal object specified by TERMINAL. TERMINAL may |
| 201 | ” be a terminal object, a frame, or nil for the terminal device of | 201 | be a terminal object, a frame, or nil for the terminal device of |
| 202 | the current frame. If TERMINAL is neither from the above or the | 202 | the current frame. If TERMINAL is neither from the above or the |
| 203 | resulting terminal object is deleted, return NULL. */ | 203 | resulting terminal object is deleted, return NULL. */ |
| 204 | 204 | ||