Try to appease checkdoc
Things like 'done are not allowed in docstrings.
This commit is contained in:
parent
c850fd9927
commit
ebca87c7a3
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue