aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/simple.el
diff options
context:
space:
mode:
authorAndrew Innes <[email protected]>2000-12-19 13:03:33 +0000
committerAndrew Innes <[email protected]>2000-12-19 13:03:33 +0000
commit741e56a0e6d1a087ceac937c95543c447fba5e64 (patch)
treea6f04b7b19264de09a8691943cb918ca30ea09fe /lisp/simple.el
parent7b93a85b663eb5a3ef018e2b6e5bbb4db0e47440 (diff)
(delete-key-deletes-forward-mode): Fix typo in
docstring.
Diffstat (limited to 'lisp/simple.el')
-rw-r--r--lisp/simple.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/simple.el b/lisp/simple.el
index 44cdcebd44..3f1ed22f32 100644
--- a/lisp/simple.el
+++ b/lisp/simple.el
@@ -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