summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorStefan Kangas <stefankangas@gmail.com>2022-11-11 15:46:23 +0100
committerStefan Kangas <stefankangas@gmail.com>2022-11-11 15:52:37 +0100
commit6f48b46b03cd58a541684c57e42eb4679794f0fd (patch)
treef6ce4253af17cbe08c4521bfc60d52868c41d328 /etc
parent014176f283aae2e0abc5138150f89afb6deb3d33 (diff)
downloademacs-6f48b46b03cd58a541684c57e42eb4679794f0fd.tar.gz
; Fix typos
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS6
-rw-r--r--etc/TODO2
2 files changed, 4 insertions, 4 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 2245b41d9e0..0b8f4539f9d 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -165,7 +165,7 @@ time.
+++
*** New variable 'inhibit-automatic-native-compilation'.
If set, Emacs will inhibit native compilation (and won't write
-anything to the eln cache automatically). The variable is initialised
+anything to the eln cache automatically). The variable is initialized
from the 'EMACS_INHIBIT_AUTOMATIC_NATIVE_COMPILATION' environment
variable on Emacs startup.
@@ -1592,7 +1592,7 @@ package maintainers.
+++
*** New user option 'package-vc-selected-packages'
-By customising this user option you can specify specific packages to
+By customizing this user option you can specify specific packages to
install.
** Emacs Sessions (Desktop)
@@ -2954,7 +2954,7 @@ normal.
---
** Themes have special autoload cookies.
-All build-in themes are scraped for ';;;###theme-autoload' cookies
+All built-in themes are scraped for ';;;###theme-autoload' cookies
that are loaded along with the regular auto-loaded code.
+++
diff --git a/etc/TODO b/etc/TODO
index cd02cf70230..bf304362705 100644
--- a/etc/TODO
+++ b/etc/TODO
@@ -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