From a953cd9ca131d1e9cf2ad9d89487202cee79958c Mon Sep 17 00:00:00 2001 From: keyboardan Date: Mon, 20 Jul 2026 18:32:40 +0100 Subject: [PATCH] Correct emacs.md wiki article I learned that it is "a GNU Emacs", rather than "an GNU Emacs"; because the "g" in "GNU" is read as one syllable hard "g". Signed-off-by: keyboardan --- wiki/source/emacs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wiki/source/emacs.md b/wiki/source/emacs.md index 353567f..e0e73a4 100644 --- a/wiki/source/emacs.md +++ b/wiki/source/emacs.md @@ -51,7 +51,7 @@ The Minibuffer is the small area under the Modeline. It acts as a prompt, tellin ### Menu Bar -The Menu Bar is the series of drop-down menus at the top of an GNU Emacs instance. It gives all the available commands in the current buffer, and shows their corresponding keybindings. +The Menu Bar is the series of drop-down menus at the top of a GNU Emacs instance. It gives all the available commands in the current buffer, and shows their corresponding keybindings. About Emacs Keybindings -----------------------