changeset 34827:0f079e057295

(delete-key-deletes-forward): Doc fix.
author Gerd Moellmann <gerd@gnu.org>
date Fri, 22 Dec 2000 12:50:11 +0000
parents 7ed3c818d268
children 0b878d25d1f6
files lisp/simple.el
diffstat 1 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/simple.el	Fri Dec 22 12:20:46 2000 +0000
+++ b/lisp/simple.el	Fri Dec 22 12:50:11 2000 +0000
@@ -4010,7 +4010,10 @@
 Backspace key, to DEL, and by mapping DEL to C-d via
 `keyboard-translate'.  The former functionality of C-h is available on
 the F1 key.  You should probably not use this setting if you don't
-have both Backspace, Delete and F1 keys."
+have both Backspace, Delete and F1 keys.
+
+Setting this variable with setq doesn't take effect.  Programmatically,
+call `delete-key-deleted-forward-mode' instead."
   :type 'boolean
   :group 'editing-basics
   :version "21.1"