diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2003-02-04 14:56:31 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2003-02-04 14:56:31 +0000 |
commit | ef393e7645961c61ff1e776d67d3c3b9f494bc49 (patch) | |
tree | 1471dfc50643fdc560d1c94fff6318482fa8876b /lib-src/emacstool.c | |
parent | 270af5640a046aab319b9988fc29f41a47681f92 (diff) | |
download | emacs-ef393e7645961c61ff1e776d67d3c3b9f494bc49.tar.gz |
Trailing whitespace deleted.
Diffstat (limited to 'lib-src/emacstool.c')
-rw-r--r-- | lib-src/emacstool.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib-src/emacstool.c b/lib-src/emacstool.c index 191deb95471..dcbc20feeed 100644 --- a/lib-src/emacstool.c +++ b/lib-src/emacstool.c @@ -189,7 +189,7 @@ time_delta (now_sec, now_usec, prev_sec, prev_usec) /* * Filter function to translate selected input events for emacs * Mouse button events become ^X^@(button x-col y-line time-delta) . - * Function keys: ESC-*{c}{lrt} l,r,t for Left, Right, Top; + * Function keys: ESC-*{c}{lrt} l,r,t for Left, Right, Top; * {c} encodes the keynumber as a character [a-o] */ static Notify_value |