changeset 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 d5c245242a88
children 0bef1d3ea752
files lisp/browse-url.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
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