From d6b8a1c0592c2d153ae163a8d7c6a155cb8196d3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Pavel=20Jan=C3=ADk?= Date: Mon, 3 Dec 2001 06:13:55 +0000 Subject: [PATCH] Remove unnecessary spaces in doc-string. --- lisp/isearch.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/isearch.el b/lisp/isearch.el index e85f7bca95..ca7b4af3ca 100644 --- a/lisp/isearch.el +++ b/lisp/isearch.el @@ -1023,7 +1023,7 @@ Use `isearch-exit' to quit without signaling." (isearch-update)) (defun isearch-delete-char () - "Discard last input item and move point back. + "Discard last input item and move point back. If no previous match was done, just beep." (interactive) (if (null (cdr isearch-cmds)) -- 2.39.2