Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
jberryman
GHC
Commits
a9842920
Commit
a9842920
authored
Jun 13, 2005
by
simonmar
Browse files
[project @ 2005-06-13 14:16:03 by simonmar]
fix layout in the help text
parent
f96c7c1a
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/compiler/ghci/InteractiveUI.hs
View file @
a9842920
...
...
@@ -153,7 +153,7 @@ helpText =
" :show modules show the currently loaded modules
\n
"
++
" :show bindings show the current bindings made at the prompt
\n
"
++
"
\n
"
++
" :tags -e|-c
create tags file for Vi (-c) or Emacs (-e)
\n
"
++
" :tags -e|-c
create tags file for Vi (-c) or Emacs (-e)
\n
"
++
" :type <expr> show the type of <expr>
\n
"
++
" :kind <type> show the kind of <type>
\n
"
++
" :undef <cmd> undefine user-defined command :<cmd>
\n
"
++
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment