diff options
| author | Eli Zaretskii | 2018-07-07 11:37:43 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2018-07-07 11:37:43 +0300 |
| commit | fdd7e7d8a80f41336f048174d6d1929fb46d00a8 (patch) | |
| tree | 683b3ea260527da6e1201863f361452f9c820fc3 /doc/lispref/debugging.texi | |
| parent | 10af9890240d45048cf4553aa731acdb32f7251a (diff) | |
| download | emacs-fdd7e7d8a80f41336f048174d6d1929fb46d00a8.tar.gz emacs-fdd7e7d8a80f41336f048174d6d1929fb46d00a8.zip | |
Improve indexing of 'eval-defun' in ELisp manual
* doc/lispref/display.texi (Defining Faces):
* doc/lispref/debugging.texi (Explicit Debug):
* doc/lispref/customize.texi (Variable Definitions):
* doc/lispref/variables.texi (Defining Variables): Add index
entries for 'eval-defun'. (Bug#32066)
Diffstat (limited to 'doc/lispref/debugging.texi')
| -rw-r--r-- | doc/lispref/debugging.texi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/lispref/debugging.texi b/doc/lispref/debugging.texi index c08a382ef12..fdd92a3780e 100644 --- a/doc/lispref/debugging.texi +++ b/doc/lispref/debugging.texi | |||
| @@ -336,6 +336,7 @@ which is not currently set up to break on change. | |||
| 336 | @cindex debugger, explicit entry | 336 | @cindex debugger, explicit entry |
| 337 | @cindex force entry to debugger | 337 | @cindex force entry to debugger |
| 338 | 338 | ||
| 339 | @cindex @code{eval-defun}, and explicit entry to debugger | ||
| 339 | You can cause the debugger to be called at a certain point in your | 340 | You can cause the debugger to be called at a certain point in your |
| 340 | program by writing the expression @code{(debug)} at that point. To do | 341 | program by writing the expression @code{(debug)} at that point. To do |
| 341 | this, visit the source file, insert the text @samp{(debug)} at the | 342 | this, visit the source file, insert the text @samp{(debug)} at the |