]> code.delx.au - gnu-emacs/blobdiff - lisp/delsel.el
(ebrowse-tree-mode-map): Use display-mouse-p instead of window-system.
[gnu-emacs] / lisp / delsel.el
index ed221284b7939ea5b3f5e626c70e2133ece0953a..d2bb43d1487ca36eff925385cefee315e4c4fa2a 100644 (file)
@@ -5,6 +5,7 @@
 ;; Author: Matthieu Devin <devin@lucid.com>
 ;; Maintainer: FSF
 ;; Created: 14 Jul 92
+;; Keywords: convenience emulations
 
 ;; This file is part of GNU Emacs.
 
@@ -77,8 +78,8 @@ any selection."
 (defcustom delete-selection-mode nil
   "Toggle Delete Selection mode.
 See command `delete-selection-mode'.
-This variable should be set only with \\[customize], which is equivalent
-to using the function `delete-selection-mode'.
+Setting this variable directly does not take effect;
+use either \\[customize] or the function `delete-selection-mode'."
   :set (lambda (symbol value)
         (delete-selection-mode (or value 0)))
   :initialize 'custom-initialize-default