diff options
author | Glenn Morris <rgm@gnu.org> | 2013-07-02 20:03:47 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2013-07-02 20:03:47 -0700 |
commit | a944db142f61600922660250cfe264118011dcb4 (patch) | |
tree | 4dcda274a9278679b46f074df1e53fb73107fc95 /doc/lispref/package.texi | |
parent | 0946b7cade81add1e51e68e62fdbad2a119ade3c (diff) | |
download | emacs-a944db142f61600922660250cfe264118011dcb4.tar.gz emacs-a944db142f61600922660250cfe264118011dcb4.tar.bz2 emacs-a944db142f61600922660250cfe264118011dcb4.zip |
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/lispref/package.texi')
-rw-r--r-- | doc/lispref/package.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/package.texi b/doc/lispref/package.texi index ad9f4fc1aea..f4d6b590c77 100644 --- a/doc/lispref/package.texi +++ b/doc/lispref/package.texi @@ -265,7 +265,7 @@ variable @code{load-file-name} (@pxref{Loading}). Here is an example: Via the Package Menu, users may download packages from @dfn{package archives}. Such archives are specified by the variable @code{package-archives}, whose default value contains a single entry: -the archive hosted by the GNU project at @url{elpa.gnu.org}. This +the archive hosted by the GNU project at @url{http://elpa.gnu.org}. This section describes how to set up and maintain a package archive. @cindex base location, package archive |