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
741e56a0
Commit
741e56a0
authored
Dec 19, 2000
by
Andrew Innes
Browse files
(delete-key-deletes-forward-mode): Fix typo in
docstring.
parent
7b93a85b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
lisp/ChangeLog
lisp/ChangeLog
+5
-0
lisp/simple.el
lisp/simple.el
+1
-1
No files found.
lisp/ChangeLog
View file @
741e56a0
2000-12-19 Andrew Innes <andrewi@gnu.org>
* simple.el (delete-key-deletes-forward-mode): Fix typo in
docstring.
2000-12-19 Carsten Dominik <dominik@strw.leidenuniv.nl>
* progmodes/idlw-rinfo.el: Fixed copyright notice.
...
...
lisp/simple.el
View file @
741e56a0
...
...
@@ -4025,7 +4025,7 @@ have both Backspace, Delete and F1 keys."
(defun delete-key-deletes-forward-mode (&optional arg)
"Toggle Delete key deleting forward or backward.
With numeric arg, turn the mode on if and only iff ARG is positive.
For
more
details,
see
`
delete-key-delete
d
-forward
'.
"
For more details, see `delete-key-delete
s
-forward'."
(interactive "P")
(setq delete-key-deletes-forward
(if arg
...
...
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