diff lisp/browse-url.el @ 20016:14f83589db18

(browse-url-netscape-display): Fix customize type. (browse-url-generic-program): Likewise.
author Karl Heuer <kwzh@gnu.org>
date Thu, 02 Oct 1997 02:56:26 +0000
parents 1e9841e7163a
children 5bd2ed765d52
line wrap: on
line diff
--- a/lisp/browse-url.el	Thu Oct 02 02:55:24 1997 +0000
+++ b/lisp/browse-url.el	Thu Oct 02 02:56:26 1997 +0000
@@ -270,7 +270,7 @@
 
 (defcustom browse-url-netscape-display nil
   "*The X display for running Netscape, if not same as Emacs's."
-  :type 'string
+  :type '(choice string (const nil))
   :group 'browse-url)
 
 (defcustom browse-url-mosaic-arguments nil
@@ -373,7 +373,7 @@
 
 (defcustom browse-url-generic-program nil
   "*The name of the browser program used by `browse-url-generic'."
-  :type 'string
+  :type '(choice string (const nil))
   :group 'browse-url)
 
 (defcustom browse-url-generic-args nil