# HG changeset patch # User Pavel Jank # Date 1007360035 0 # Node ID 1649eae224df074d1264ead4f6cd52b121b3785a # Parent 2d1098174c8ad4b62bb19acbe642c23810745719 Remove unnecessary spaces in doc-string. diff -r 2d1098174c8a -r 1649eae224df lisp/isearch.el --- a/lisp/isearch.el Mon Dec 03 06:11:37 2001 +0000 +++ b/lisp/isearch.el Mon Dec 03 06:13:55 2001 +0000 @@ -1023,7 +1023,7 @@ (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))