branch: elpa/inf-ruby commit 030483b5847103de8628e7d38d43fa1da426378b Author: Dmitry Gutov <dmi...@gutov.dev> Commit: Dmitry Gutov <dmi...@gutov.dev>
Improve docstring formatting --- inf-ruby.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inf-ruby.el b/inf-ruby.el index 77532589eb..a71f7edd87 100755 --- a/inf-ruby.el +++ b/inf-ruby.el @@ -706,7 +706,7 @@ Optionally provide FILE and LINE metadata to Ruby." file-and-lineno)))))) (defun ruby-quit () - "Send 'exit' to the inferior Ruby process" + "Send `exit' to the inferior Ruby process" (interactive) (ruby-send-string "exit"))