diff options
Diffstat (limited to 'doc/lispref/debugging.texi')
| -rw-r--r-- | doc/lispref/debugging.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/lispref/debugging.texi b/doc/lispref/debugging.texi index 5230854cc7a..87429a67ba9 100644 --- a/doc/lispref/debugging.texi +++ b/doc/lispref/debugging.texi | |||
| @@ -457,6 +457,9 @@ Collapse the top-level Lisp form at point back to a single line. | |||
| 457 | @item # | 457 | @item # |
| 458 | Toggle @code{print-circle} for the frame at point. | 458 | Toggle @code{print-circle} for the frame at point. |
| 459 | 459 | ||
| 460 | @item . | ||
| 461 | Expand all the forms abbreviated with ``...'' in the frame at point. | ||
| 462 | |||
| 460 | @end table | 463 | @end table |
| 461 | 464 | ||
| 462 | @node Debugger Commands | 465 | @node Debugger Commands |