Skip to content

Commit

Permalink
Add note on the extended help mode feature (JuliaLang#42040)
Browse files Browse the repository at this point in the history
  • Loading branch information
logankilpatrick authored and LilithHafner committed Feb 22, 2022
1 parent 405efe0 commit 3a7ac95
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions stdlib/REPL/docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,8 @@ REPL.stripmd
Base.Docs.apropos
```

Another feature of help mode is the ability to access extended docstrings. You can do this by typing something like `??Print` rather than `?Print` which will display the `# Extended help` section from the source codes documentation.

Help mode can be exited by pressing backspace at the beginning of the line.

### [Shell mode](@id man-shell-mode)
Expand Down

0 comments on commit 3a7ac95

Please sign in to comment.