diff options
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/isearch.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/isearch.el b/lisp/isearch.el index e85f7bca954..ca7b4af3cad 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)) |