]> git.eshelyaron.com Git - emacs.git/commitdiff
(delete-key-deletes-forward): Doc fix.
authorGerd Moellmann <gerd@gnu.org>
Fri, 22 Dec 2000 12:50:39 +0000 (12:50 +0000)
committerGerd Moellmann <gerd@gnu.org>
Fri, 22 Dec 2000 12:50:39 +0000 (12:50 +0000)
lisp/ChangeLog
lisp/simple.el

index 645f106e73f91a3cdd6be0fe42c17068aae243be..880e246fc8fd5245b290be3b740019c281033f95 100644 (file)
@@ -1,3 +1,7 @@
+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
index 3f1ed22f32da8ccbbe21c960e4d07199b066ad40..7987ab217b34fbf38e331abd324bf9cc21c49a8f 100644 (file)
@@ -4010,7 +4010,10 @@ a similar effect by mapping C-h, which is usually generated by the
 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"