diff options
author | Stefan Kangas <stefan@marxist.se> | 2022-07-02 09:33:51 +0200 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2022-07-02 09:33:51 +0200 |
commit | 52c91122eecb0f679de46d539fc85b8e28599fe1 (patch) | |
tree | 651f2838ae6bb4254ebf9c72e558d660515e8443 /doc/lispref/edebug.texi | |
parent | 9dc0fdfdc14beb5d19b705b25bf01020df27541b (diff) | |
parent | 1c3d107cb5367098d592b69d02beedd7aa9ded16 (diff) | |
download | emacs-52c91122eecb0f679de46d539fc85b8e28599fe1.tar.gz emacs-52c91122eecb0f679de46d539fc85b8e28599fe1.tar.bz2 emacs-52c91122eecb0f679de46d539fc85b8e28599fe1.zip |
Merge from origin/emacs-28
1c3d107cb5 Fix "C-u C-x =" for SPC
7e33618bbc ; * src/fns.c (Frequire): Fix a typo in the doc string. (...
6908309827 Doc fixes: don't refer to some obsolete items
dc3cb749f3 Remove obsolete cust-print from elisp index
9ffbbddf8e * admin/make-tarball.txt: Minor clarifications.
f5421104e9 Fix external image conversion on MS-Windows
6f22631a63 * doc/emacs/buffers.texi (Indirect Buffers): Mention modif...
# Conflicts:
# doc/emacs/buffers.texi
# lisp/emacs-lisp/nadvice.el
# lisp/image/image-converter.el
Diffstat (limited to 'doc/lispref/edebug.texi')
-rw-r--r-- | doc/lispref/edebug.texi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/lispref/edebug.texi b/doc/lispref/edebug.texi index 622578bcf1c..56f7b7bdfad 100644 --- a/doc/lispref/edebug.texi +++ b/doc/lispref/edebug.texi @@ -841,7 +841,6 @@ you continue execution, and recreated next time it is needed. @cindex printing (Edebug) @cindex printing circular structures -@pindex cust-print If an expression in your program produces a value containing circular list structure, you may get an error when Edebug attempts to print it. |