+2000-12-22 Gerd Moellmann <gerd@gnu.org>
+
+ * simple.el (delete-key-deletes-forward): Doc fix.
+
2000-08-22 Emmanuel Briot <briot@gnat.com>
* xml.el (top level comment): Updated to reflect the fact that
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"