summaryrefslogtreecommitdiff
path: root/doc/lispref/edebug.texi
diff options
context:
space:
mode:
authorLars Ingebrigtsen <larsi@gnus.org>2022-06-18 13:26:14 +0200
committerLars Ingebrigtsen <larsi@gnus.org>2022-06-18 13:26:23 +0200
commit606275e91ec57cccabeb4ac2feb93753f734cb00 (patch)
tree93a5795f1a79871e5d24b6d46ca0a5a54ca515df /doc/lispref/edebug.texi
parentba1508ed17f57642421f510fd9e1ac35e17bf208 (diff)
downloademacs-606275e91ec57cccabeb4ac2feb93753f734cb00.tar.gz
emacs-606275e91ec57cccabeb4ac2feb93753f734cb00.tar.bz2
emacs-606275e91ec57cccabeb4ac2feb93753f734cb00.zip
Allow pretty-printing results from `C-x C-e' in edebug
* doc/lispref/edebug.texi (Edebug Eval): Document it. * lisp/emacs-lisp/edebug.el (edebug-eval-expression): Allow displaying the full value in a different buffer.
Diffstat (limited to 'doc/lispref/edebug.texi')
-rw-r--r--doc/lispref/edebug.texi3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/lispref/edebug.texi b/doc/lispref/edebug.texi
index 377cd21da86..622578bcf1c 100644
--- a/doc/lispref/edebug.texi
+++ b/doc/lispref/edebug.texi
@@ -719,7 +719,8 @@ Evaluate expression @var{exp} in the context of Edebug itself
Evaluate the expression before point, in the context outside of Edebug
(@code{edebug-eval-last-sexp}). With the prefix argument of zero
(@kbd{C-u 0 C-x C-e}), don't shorten long items (like strings and
-lists).
+lists). Any other prefix will result in the value being
+pretty-printed in a separate buffer.
@end table
@cindex lexical binding (Edebug)