(browse-url-netscape-display): Fix customize type.

(browse-url-generic-program): Likewise.
This commit is contained in:
Karl Heuer
1997-10-02 02:56:26 +00:00
parent d23237090f
commit 0985a768b0

View File

@@ -270,7 +270,7 @@ Netscape version 1.1N or later or XMosaic version 2.5 or later."
(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 @@ These might set the port, for instance."
(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