diff options
| author | Pavel Janík | 2002-01-27 16:43:36 +0000 |
|---|---|---|
| committer | Pavel Janík | 2002-01-27 16:43:36 +0000 |
| commit | 50590060233f6c42f44d123d382f45da33b97580 (patch) | |
| tree | 180f10c0f8ac4589b759fc049b6208e4d8624476 /src | |
| parent | a27aa3204e254a9d76c30007fbd3c9f75e6afb96 (diff) | |
| download | emacs-50590060233f6c42f44d123d382f45da33b97580.tar.gz emacs-50590060233f6c42f44d123d382f45da33b97580.zip | |
Fix typo.
Diffstat (limited to 'src')
| -rw-r--r-- | src/xterm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xterm.c b/src/xterm.c index a428b4af8a6..6f53a8ed848 100644 --- a/src/xterm.c +++ b/src/xterm.c | |||
| @@ -7470,7 +7470,7 @@ note_tool_bar_highlight (f, x, y) | |||
| 7470 | 7470 | ||
| 7471 | set_help_echo: | 7471 | set_help_echo: |
| 7472 | 7472 | ||
| 7473 | /* Set help_echo to a help string.to display for this tool-bar item. | 7473 | /* Set help_echo to a help string to display for this tool-bar item. |
| 7474 | XTread_socket does the rest. */ | 7474 | XTread_socket does the rest. */ |
| 7475 | help_echo_object = help_echo_window = Qnil; | 7475 | help_echo_object = help_echo_window = Qnil; |
| 7476 | help_echo_pos = -1; | 7476 | help_echo_pos = -1; |