Skip to content

Commit

Permalink
Update old reference to Base.REPL (#29910)
Browse files Browse the repository at this point in the history
(cherry picked from commit 0999799)
  • Loading branch information
christopher-dG authored and KristofferC committed Feb 20, 2020
1 parent 8061fe9 commit c19e1c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stdlib/REPL/docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ In Julia mode, the REPL supports something called *prompt pasting*. This activat
text that starts with `julia> ` into the REPL. In that case, only expressions starting with
`julia> ` are parsed, others are removed. This makes it is possible to paste a chunk of code
that has been copied from a REPL session without having to scrub away prompts and outputs. This
feature is enabled by default but can be disabled or enabled at will with `Base.REPL.enable_promptpaste(::Bool)`.
feature is enabled by default but can be disabled or enabled at will with `REPL.enable_promptpaste(::Bool)`.
If it is enabled, you can try it out by pasting the code block above this paragraph straight into
the REPL. This feature does not work on the standard Windows command prompt due to its limitation
at detecting when a paste occurs.
Expand Down

0 comments on commit c19e1c2

Please sign in to comment.