diff options
| author | Glenn Morris | 2013-07-02 20:20:04 -0700 |
|---|---|---|
| committer | Glenn Morris | 2013-07-02 20:20:04 -0700 |
| commit | 1399490e2bb58e1e7212d7a8469e1286ced9423a (patch) | |
| tree | 2868e823b3ad558ba8346cf41bc6760fd3e1b78a /doc/lispintro | |
| parent | 9b057d613a30b83adcb26600118075dc81777510 (diff) | |
| parent | 208dee4daaae38f870322142388c43cff848e452 (diff) | |
| download | emacs-1399490e2bb58e1e7212d7a8469e1286ced9423a.tar.gz emacs-1399490e2bb58e1e7212d7a8469e1286ced9423a.zip | |
Merge from emacs-24; up to 2012-12-29T12:57:49Z!fgallina@gnu.org
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 a1fd9303866..4e6c2220f0d 100644 --- a/doc/lispintro/ChangeLog +++ b/doc/lispintro/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2013-07-03 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * emacs-lisp-intro.texi (edebug): Fix cross-references. | ||
| 4 | |||
| 1 | 2013-06-19 Glenn Morris <rgm@gnu.org> | 5 | 2013-06-19 Glenn Morris <rgm@gnu.org> |
| 2 | 6 | ||
| 3 | * Makefile.in (dist): Edit more configure variables. (Bug#14660) | 7 | * Makefile.in (dist): Edit more configure variables. (Bug#14660) |
diff --git a/doc/lispintro/emacs-lisp-intro.texi b/doc/lispintro/emacs-lisp-intro.texi index 221376e2353..1479573e315 100644 --- a/doc/lispintro/emacs-lisp-intro.texi +++ b/doc/lispintro/emacs-lisp-intro.texi | |||
| @@ -18483,7 +18483,7 @@ shows which line you are currently executing. | |||
| 18483 | You can walk through the execution of a function, line by line, or run | 18483 | You can walk through the execution of a function, line by line, or run |
| 18484 | quickly until reaching a @dfn{breakpoint} where execution stops. | 18484 | quickly until reaching a @dfn{breakpoint} where execution stops. |
| 18485 | 18485 | ||
| 18486 | Edebug is described in @ref{edebug, , Edebug, elisp, The GNU Emacs | 18486 | Edebug is described in @ref{Edebug, , , elisp, The GNU Emacs |
| 18487 | Lisp Reference Manual}. | 18487 | Lisp Reference Manual}. |
| 18488 | 18488 | ||
| 18489 | @need 1250 | 18489 | @need 1250 |
| @@ -18610,7 +18610,7 @@ error or at specified stopping points; you can cause it to display the | |||
| 18610 | changing values of various expressions; you can find out how many | 18610 | changing values of various expressions; you can find out how many |
| 18611 | times a function is called, and more. | 18611 | times a function is called, and more. |
| 18612 | 18612 | ||
| 18613 | Edebug is described in @ref{edebug, , Edebug, elisp, The GNU Emacs | 18613 | Edebug is described in @ref{Edebug, , , elisp, The GNU Emacs |
| 18614 | Lisp Reference Manual}. | 18614 | Lisp Reference Manual}. |
| 18615 | 18615 | ||
| 18616 | @need 1500 | 18616 | @need 1500 |