]> code.delx.au - gnu-emacs/blobdiff - lisp/mouse-sel.el
(search-whitespace-regexp): Doc fix.
[gnu-emacs] / lisp / mouse-sel.el
index d2c0a48fde2b6468f1ac6652327289c1e51ac63b..9f64d6bde1ac6b229cdae6b1a069d83b55b76fef 100644 (file)
@@ -176,8 +176,8 @@ If nil, point will always be placed at the beginning of the region."
 (defcustom mouse-sel-default-bindings t
   "*Control mouse bindings."
   :type '(choice (const :tag "none" nil)
-                (const :tag "default bindings" t)
-                (const :tag "cut and paste" interprogram-cut-paste))
+                (const :tag "cut and paste" interprogram-cut-paste)
+                (other :tag "default bindings" t))
   :group 'mouse-sel)
 
 ;;=== User Command ========================================================