comparison lisp/simple.el @ 34827:0f079e057295

(delete-key-deletes-forward): Doc fix.
author Gerd Moellmann <gerd@gnu.org>
date Fri, 22 Dec 2000 12:50:11 +0000
parents 78f9d8553a89
children 320f80be4559
comparison
equal deleted inserted replaced
34826:7ed3c818d268 34827:0f079e057295
4008 If not running under a window system, setting this option accomplishes 4008 If not running under a window system, setting this option accomplishes
4009 a similar effect by mapping C-h, which is usually generated by the 4009 a similar effect by mapping C-h, which is usually generated by the
4010 Backspace key, to DEL, and by mapping DEL to C-d via 4010 Backspace key, to DEL, and by mapping DEL to C-d via
4011 `keyboard-translate'. The former functionality of C-h is available on 4011 `keyboard-translate'. The former functionality of C-h is available on
4012 the F1 key. You should probably not use this setting if you don't 4012 the F1 key. You should probably not use this setting if you don't
4013 have both Backspace, Delete and F1 keys." 4013 have both Backspace, Delete and F1 keys.
4014
4015 Setting this variable with setq doesn't take effect. Programmatically,
4016 call `delete-key-deleted-forward-mode' instead."
4014 :type 'boolean 4017 :type 'boolean
4015 :group 'editing-basics 4018 :group 'editing-basics
4016 :version "21.1" 4019 :version "21.1"
4017 :set (lambda (symbol value) 4020 :set (lambda (symbol value)
4018 ;; The fboundp is because of a problem with :set when 4021 ;; The fboundp is because of a problem with :set when