about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBart Schaefer <schaefer@zsh.org>2023-12-04 20:24:26 -0800
committerBart Schaefer <schaefer@zsh.org>2023-12-04 20:24:26 -0800
commit57d70d1b704ee0bb6b7cae8413940914abae4156 (patch)
tree1e853206a643b5285152d50da6752942c8cd67d0 /ChangeLog
parent9e6a54a3680f079fe5433d985c196e6c30ea57e8 (diff)
downloadzsh-57d70d1b704ee0bb6b7cae8413940914abae4156.tar.gz
zsh-57d70d1b704ee0bb6b7cae8413940914abae4156.tar.xz
zsh-57d70d1b704ee0bb6b7cae8413940914abae4156.zip
unposted: Undo typo in previous commit
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 881a83021..68822c023 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1112,7 +1112,7 @@
 
 	* 50851: Doc/Zsh/options.yo, Src/exec.c, Src/options.c: restore
 	state (such as typtab) when returning from a function with
-	localoptions (but do not take care of EMAS/CVI options).
+	localoptions (but do not take care of EMACS/VI options).
 
 2022-10-31  Bart Schaefer  <schaefer@zsh.org>