Try to appease checkdoc

Things like 'done are not allowed in docstrings.
This commit is contained in:
Bozhidar Batsov 2022-07-19 15:40:16 +03:00 committed by Rudi Grinberg
parent c850fd9927
commit ebca87c7a3
1 changed files with 3 additions and 2 deletions

View File

@ -297,8 +297,9 @@ modes you need to set these variables:
(get-buffer utop-buffer-name))
(defun utop-send-string (str)
"Send a string to the utop process. This function can only be
called in the utop buffer and while the state is not 'done."
"Send a string to the utop process.
This function can only be called in the utop buffer and while the
state is not `done'."
(process-send-string utop-process str))
(defun utop-send-command (str)