From 972012a1a66a1e4ec55fb760abd80af8d244da7f Mon Sep 17 00:00:00 2001 From: Abel Soares Siqueira Date: Mon, 8 May 2023 20:51:25 +0200 Subject: [PATCH] Correct info about Alt+e on 1.9 HISTORY.md --- HISTORY.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 935b203ffaa97..b4416fd3949ce 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -130,8 +130,7 @@ Standard library changes #### REPL -* `Alt-e` now opens the current input in an editor. The content (if modified) will be executed - upon exiting the editor ([#33759]). +* `Alt-e` now opens the current input in an editor ([#33759]). * The contextual module which is active in the REPL can be changed (it is `Main` by default), via the `REPL.activate(::Module)` function or via typing the module in the REPL and pressing the keybinding Alt-m ([#33872]).