Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
511acc2e
Commit
511acc2e
authored
Oct 04, 2023
by
Eli Zaretskii
Browse files
; * lisp/emacs-lisp/cl-print.el (cl-print-to-string-with-limit): Typo.
parent
bb417daa
Pipeline
#26656
failed with stages
in 128 minutes and 43 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lisp/emacs-lisp/cl-print.el
lisp/emacs-lisp/cl-print.el
+1
-1
No files found.
lisp/emacs-lisp/cl-print.el
View file @
511acc2e
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment