Variable: cl-print--depth

cl-print--depth is a variable defined in cl-print.el.gz.

Value

nil

Documentation

Depth of recursion within cl-print functions.

Compared to print-level to determine when to stop recursing.

Source Code

;; Defined in /usr/src/emacs/lisp/emacs-lisp/cl-print.el.gz
(defvar cl-print--depth nil
  "Depth of recursion within cl-print functions.
Compared to `print-level' to determine when to stop recursing.")