summaryrefslogtreecommitdiff
path: root/doc/misc/url.texi
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2013-07-02 20:03:47 -0700
committerGlenn Morris <rgm@gnu.org>2013-07-02 20:03:47 -0700
commita944db142f61600922660250cfe264118011dcb4 (patch)
tree4dcda274a9278679b46f074df1e53fb73107fc95 /doc/misc/url.texi
parent0946b7cade81add1e51e68e62fdbad2a119ade3c (diff)
downloademacs-a944db142f61600922660250cfe264118011dcb4.tar.gz
Fix some doc/ cross-references
* doc/lispintro/emacs-lisp-intro.texi (edebug): * doc/lispref/debugging.texi (Debugging): * doc/lispref/files.texi (File Attributes, Changing Files): * doc/misc/bovine.texi (top): * doc/misc/cc-mode.texi (AWK Mode Font Locking): * doc/misc/mh-e.texi (Preface): * doc/misc/url.texi (URI Parsing): Fix cross-references to other manuals. * doc/lispref/package.texi (Package Archives): Fix @url call.
Diffstat (limited to 'doc/misc/url.texi')
-rw-r--r--doc/misc/url.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/misc/url.texi b/doc/misc/url.texi
index 42b1624aa0a..dff85373cc1 100644
--- a/doc/misc/url.texi
+++ b/doc/misc/url.texi
@@ -138,7 +138,7 @@ Given a parsed URI, this function returns the corresponding URI string.
The return value of @code{url-generic-parse-url}, and the argument
expected by @code{url-recreate-url}, is a @dfn{parsed URI}: a CL
structure whose slots hold the various components of the URI@.
-@xref{top,the CL Manual,,cl,GNU Emacs Common Lisp Emulation}, for
+@xref{Top,the CL Manual,,cl,GNU Emacs Common Lisp Emulation}, for
details about CL structures. Most of the other functions in the
@code{url} library act on parsed URIs.