Remove unnecessary spaces in doc-string.
This commit is contained in:
parent
d9a4974038
commit
d6b8a1c059
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Reference in a new issue