From 487d31fd4a352277aafec73a3462a65a2b91becb Mon Sep 17 00:00:00 2001 From: Dilum Aluthge Date: Wed, 8 Sep 2021 13:51:04 -0400 Subject: [PATCH] Add a hint about `exit()` to the help message when the user types `?` and presses enter (#41997) Co-authored-by: Jeff Bezanson Co-authored-by: Jeff Bezanson --- base/docs/basedocs.jl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/base/docs/basedocs.jl b/base/docs/basedocs.jl index 9338095dc0ac8..e7ae0123117b5 100644 --- a/base/docs/basedocs.jl +++ b/base/docs/basedocs.jl @@ -23,6 +23,9 @@ as well as many great tutorials and learning resources: For help on a specific function or macro, type `?` followed by its name, e.g. `?cos`, or `?@time`, and press enter. Type `;` to enter shell mode, `]` to enter package mode. + +To exit the interactive session, type `CTRL-D` (press the +control key together with the `d` key), or type `exit()`. """ kw"help", kw"Julia", kw"julia", kw""