aboutsummaryrefslogtreecommitdiffstats
path: root/doc/lispintro
diff options
context:
space:
mode:
authorGlenn Morris2013-07-02 20:20:04 -0700
committerGlenn Morris2013-07-02 20:20:04 -0700
commit1399490e2bb58e1e7212d7a8469e1286ced9423a (patch)
tree2868e823b3ad558ba8346cf41bc6760fd3e1b78a /doc/lispintro
parent9b057d613a30b83adcb26600118075dc81777510 (diff)
parent208dee4daaae38f870322142388c43cff848e452 (diff)
downloademacs-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/ChangeLog4
-rw-r--r--doc/lispintro/emacs-lisp-intro.texi4
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 @@
12013-07-03 Glenn Morris <rgm@gnu.org>
2
3 * emacs-lisp-intro.texi (edebug): Fix cross-references.
4
12013-06-19 Glenn Morris <rgm@gnu.org> 52013-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.
18483You can walk through the execution of a function, line by line, or run 18483You can walk through the execution of a function, line by line, or run
18484quickly until reaching a @dfn{breakpoint} where execution stops. 18484quickly until reaching a @dfn{breakpoint} where execution stops.
18485 18485
18486Edebug is described in @ref{edebug, , Edebug, elisp, The GNU Emacs 18486Edebug is described in @ref{Edebug, , , elisp, The GNU Emacs
18487Lisp Reference Manual}. 18487Lisp 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
18610changing values of various expressions; you can find out how many 18610changing values of various expressions; you can find out how many
18611times a function is called, and more. 18611times a function is called, and more.
18612 18612
18613Edebug is described in @ref{edebug, , Edebug, elisp, The GNU Emacs 18613Edebug is described in @ref{Edebug, , , elisp, The GNU Emacs
18614Lisp Reference Manual}. 18614Lisp Reference Manual}.
18615 18615
18616@need 1500 18616@need 1500