Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
d6b8a1c0
Commit
d6b8a1c0
authored
Dec 03, 2001
by
Pavel Janík
Browse files
Remove unnecessary spaces in doc-string.
parent
d9a49740
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lisp/isearch.el
lisp/isearch.el
+1
-1
No files found.
lisp/isearch.el
View file @
d6b8a1c0
...
...
@@ -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
))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment