Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Tobias Decking
GHC
Commits
366e8db0
Commit
366e8db0
authored
Oct 11, 2006
by
basvandijk@home.nl
Browse files
Fixed spelling error in compiler/ghci/InteractiveUI.hs and docs/users_guide/ghci.xml
parent
054b5502
Changes
2
Hide whitespace changes
Inline
Side-by-side
compiler/ghci/InteractiveUI.hs
View file @
366e8db0
...
...
@@ -174,7 +174,7 @@ helpText =
" :show bindings show the current bindings made at the prompt
\n
"
++
"
\n
"
++
" :ctags [<file>] create tags file for Vi (default:
\"
tags
\"
)
\n
"
++
" :etags [<file>] create tags file for Emacs (defau
i
lt:
\"
TAGS
\"
)
\n
"
++
" :etags [<file>] create tags file for Emacs (default:
\"
TAGS
\"
)
\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
"
++
...
...
docs/users_guide/ghci.xml
View file @
366e8db0
...
...
@@ -68,7 +68,7 @@ Prelude>
:show bindings show the current bindings made at the prompt
:ctags [
<
file
>
] create tags file for Vi (default: "tags")
:etags [
<
file
>
] create tags file for Emacs (defau
i
lt: "TAGS")
:etags [
<
file
>
] create tags file for Emacs (default: "TAGS")
:type
<
expr
>
show the type of
<
expr
>
:kind
<
type
>
show the kind of
<
type
>
:undef
<
cmd
>
undefine user-defined command :
<
cmd
>
...
...
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