Skip to content

Commit

Permalink
(delete-key-deletes-forward-mode): Fix typo in
Browse files Browse the repository at this point in the history
docstring.
  • Loading branch information
Andrew Innes committed Dec 19, 2000
1 parent 08efda9 commit 4f4c27b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lisp/simple.el
Original file line number Diff line number Diff line change
Expand Up @@ -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-deleted-forward'."
For more details, see `delete-key-deletes-forward'."
(interactive "P")
(setq delete-key-deletes-forward
(if arg
Expand Down

0 comments on commit 4f4c27b

Please sign in to comment.