From ebca87c7a3b2f366cfcb8885da1a6ae5fa362d6c Mon Sep 17 00:00:00 2001 From: Bozhidar Batsov Date: Tue, 19 Jul 2022 15:40:16 +0300 Subject: [PATCH] Try to appease checkdoc Things like 'done are not allowed in docstrings. --- src/top/utop.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/top/utop.el b/src/top/utop.el index 5a9963f..b454530 100644 --- a/src/top/utop.el +++ b/src/top/utop.el @@ -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)