diff options
author | Stefan Kangas <stefankangas@gmail.com> | 2022-11-11 15:46:23 +0100 |
---|---|---|
committer | Stefan Kangas <stefankangas@gmail.com> | 2022-11-11 15:52:37 +0100 |
commit | 6f48b46b03cd58a541684c57e42eb4679794f0fd (patch) | |
tree | f6ce4253af17cbe08c4521bfc60d52868c41d328 /etc/TODO | |
parent | 014176f283aae2e0abc5138150f89afb6deb3d33 (diff) | |
download | emacs-6f48b46b03cd58a541684c57e42eb4679794f0fd.tar.gz emacs-6f48b46b03cd58a541684c57e42eb4679794f0fd.tar.bz2 emacs-6f48b46b03cd58a541684c57e42eb4679794f0fd.zip |
; Fix typos
Diffstat (limited to 'etc/TODO')
-rw-r--r-- | etc/TODO | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1770,7 +1770,7 @@ The MPX code has not been tested under X toolkit or GTK+ 2.x builds and is not expected to work there. ** Framework for doing animations -Emacs does animations all over the place, usually "pluse" animations. +Emacs does animations all over the place, usually "pulse" animations. These currently animate by waiting for a small but fixed amount of time between each redisplay, which causes screen tearing by not synchronizing with the vertical refresh. Frame synchronization works |