From 63f419f1339cbd0a7d1e64586854a4f01b3f80d1 Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Tue, 14 Sep 2021 08:43:18 +0200 Subject: ; Minor stylistic fixes found by checkdoc --- lisp/erc/erc-ring.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/erc/erc-ring.el') diff --git a/lisp/erc/erc-ring.el b/lisp/erc/erc-ring.el index 666fd585926..52285a8343a 100644 --- a/lisp/erc/erc-ring.el +++ b/lisp/erc/erc-ring.el @@ -79,7 +79,7 @@ STATE-OR-STRING should be a string or an erc-input object." (setq erc-input-ring-index nil)) (defun erc-clear-input-ring () - "Remove all entries from the input ring, then call garbage-collect. + "Remove all entries from the input ring, then call `garbage-collect'. You might use this for security purposes if you have typed a command containing a password." (interactive) -- cgit v1.2.3