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/lispintro | |
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/lispintro')
-rw-r--r-- | doc/lispintro/ChangeLog | 4 | ||||
-rw-r--r-- | doc/lispintro/emacs-lisp-intro.texi | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/doc/lispintro/ChangeLog b/doc/lispintro/ChangeLog index 4dd7c0e00a5..95f272eef33 100644 --- a/doc/lispintro/ChangeLog +++ b/doc/lispintro/ChangeLog @@ -1,3 +1,7 @@ +2013-07-03 Glenn Morris <rgm@gnu.org> + + * emacs-lisp-intro.texi (edebug): Fix cross-references. + 2013-03-12 Glenn Morris <rgm@gnu.org> * emacs-lisp-intro.texi: Add some stuff specific to www.gnu.org. diff --git a/doc/lispintro/emacs-lisp-intro.texi b/doc/lispintro/emacs-lisp-intro.texi index 13e12b52785..ec152c2f2d1 100644 --- a/doc/lispintro/emacs-lisp-intro.texi +++ b/doc/lispintro/emacs-lisp-intro.texi @@ -18619,7 +18619,7 @@ shows which line you are currently executing. You can walk through the execution of a function, line by line, or run quickly until reaching a @dfn{breakpoint} where execution stops. -Edebug is described in @ref{edebug, , Edebug, elisp, The GNU Emacs +Edebug is described in @ref{Edebug, , , elisp, The GNU Emacs Lisp Reference Manual}. @need 1250 @@ -18746,7 +18746,7 @@ error or at specified stopping points; you can cause it to display the changing values of various expressions; you can find out how many times a function is called, and more. -Edebug is described in @ref{edebug, , Edebug, elisp, The GNU Emacs +Edebug is described in @ref{Edebug, , , elisp, The GNU Emacs Lisp Reference Manual}. @need 1500 |