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 12caeaf1289..71e767d0a66 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 | Toggle @code{print-gensym} for the frame at point. | ||
| 462 | |||
| 460 | @item . | 463 | @item . |
| 461 | Expand all the forms abbreviated with ``...'' in the frame at point. | 464 | Expand all the forms abbreviated with ``...'' in the frame at point. |
| 462 | 465 | ||