diff options
author | Lars Ingebrigtsen <larsi@gnus.org> | 2022-06-18 13:26:14 +0200 |
---|---|---|
committer | Lars Ingebrigtsen <larsi@gnus.org> | 2022-06-18 13:26:23 +0200 |
commit | 606275e91ec57cccabeb4ac2feb93753f734cb00 (patch) | |
tree | 93a5795f1a79871e5d24b6d46ca0a5a54ca515df /doc/lispref/edebug.texi | |
parent | ba1508ed17f57642421f510fd9e1ac35e17bf208 (diff) | |
download | emacs-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.texi | 3 |
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) |