From 57d70d1b704ee0bb6b7cae8413940914abae4156 Mon Sep 17 00:00:00 2001
From: Bart Schaefer <schaefer@zsh.org>
Date: Mon, 4 Dec 2023 20:24:26 -0800
Subject: [PATCH] unposted:  Undo typo in previous commit

---
 ChangeLog | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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>