From 511acc2ed827dd039eee1c6d70c77153825d5c67 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Wed, 4 Oct 2023 20:04:53 +0300 Subject: [PATCH] ; * lisp/emacs-lisp/cl-print.el (cl-print-to-string-with-limit): Typo. --- lisp/emacs-lisp/cl-print.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/emacs-lisp/cl-print.el b/lisp/emacs-lisp/cl-print.el index aa495b161d6..b6d1f13bb2f 100644 --- a/lisp/emacs-lisp/cl-print.el +++ b/lisp/emacs-lisp/cl-print.el @@ -550,7 +550,7 @@ node `(elisp)Output Variables'." "Return a string containing a printed representation of VALUE. Attempt to get the length of the returned string under LIMIT characters with appropriate settings of `print-level', -`print-length.', and `cl-print-string-length'. Use +`print-length', and `cl-print-string-length'. Use PRINT-FUNCTION to print, which should take the arguments VALUE and STREAM and which should respect `print-length', `print-level', and `cl-print-string-length'. LIMIT may be nil or -- 2.39.2