]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/emacs-lisp/cl-print.el (cl-print-to-string-with-limit): Typo.
authorEli Zaretskii <eliz@gnu.org>
Wed, 4 Oct 2023 17:04:53 +0000 (20:04 +0300)
committerEli Zaretskii <eliz@gnu.org>
Wed, 4 Oct 2023 17:04:53 +0000 (20:04 +0300)
lisp/emacs-lisp/cl-print.el

index aa495b161d61948833fe9e7898833f34a32dacf0..b6d1f13bb2fa4ffd17c0478263d7c3abd888738d 100644 (file)
@@ -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