(browse-url-generic-program): Likewise.
(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
(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