diff options
author | Simon Marlow <marlowsd@gmail.com> | 2010-10-20 12:31:06 +0000 |
---|---|---|
committer | Simon Marlow <marlowsd@gmail.com> | 2010-10-20 12:31:06 +0000 |
commit | 529281f2a262ebaee1cbd1514b36de766270419e (patch) | |
tree | 4f70cef233af7333ec67e2fd70969dd771601633 /docs | |
parent | 5cf5ededd8d02a5af4d395ffeb78b0e45c531139 (diff) | |
download | haskell-529281f2a262ebaee1cbd1514b36de766270419e.tar.gz |
remove xref to hasktags
Diffstat (limited to 'docs')
-rw-r--r-- | docs/users_guide/ghci.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/users_guide/ghci.xml b/docs/users_guide/ghci.xml index c2bceeae4c..0b9771a8be 100644 --- a/docs/users_guide/ghci.xml +++ b/docs/users_guide/ghci.xml @@ -1943,8 +1943,7 @@ maybe :: b -> (a -> b) -> Maybe a -> b used, respectively. Tags for all the functions, constructors and types in the currently loaded modules are created. All modules must be interpreted for these commands to work.</para> - <para>See also <xref linkend="hasktags" />.</para> - </listitem> + </listitem> </varlistentry> <varlistentry> |