Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
2f6a66ee
Commit
2f6a66ee
authored
Jun 27, 2005
by
simonmar
Browse files
[project @ 2005-06-27 08:54:51 by simonmar]
help text wibble
parent
ecf0f1c0
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/compiler/ghci/InteractiveUI.hs
View file @
2f6a66ee
...
...
@@ -146,7 +146,7 @@ helpText =
" :show modules show the currently loaded modules
\n
"
++
" :show bindings show the current bindings made at the prompt
\n
"
++
"
\n
"
++
" :ctags [<file>]
create tags file for Vi (default:
\"
tags
\"
)
\n
"
++
" :ctags [<file>]
create tags file for Vi (default:
\"
tags
\"
)
\n
"
++
" :etags [<file>] create tags file for Emacs (defauilt:
\"
TAGS
\"
)
\n
"
++
" :type <expr> show the type of <expr>
\n
"
++
" :kind <type> show the kind of <type>
\n
"
++
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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