comparison 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
comparison
equal deleted inserted replaced
20015:d5c245242a88 20016:14f83589db18
268 :type 'boolean 268 :type 'boolean
269 :group 'browse-url) 269 :group 'browse-url)
270 270
271 (defcustom browse-url-netscape-display nil 271 (defcustom browse-url-netscape-display nil
272 "*The X display for running Netscape, if not same as Emacs's." 272 "*The X display for running Netscape, if not same as Emacs's."
273 :type 'string 273 :type '(choice string (const nil))
274 :group 'browse-url) 274 :group 'browse-url)
275 275
276 (defcustom browse-url-mosaic-arguments nil 276 (defcustom browse-url-mosaic-arguments nil
277 "*A list of strings to pass to Mosaic as arguments." 277 "*A list of strings to pass to Mosaic as arguments."
278 :type '(repeat (string :tag "Argument")) 278 :type '(repeat (string :tag "Argument"))
371 :type '(repeat (string :tag "Argument")) 371 :type '(repeat (string :tag "Argument"))
372 :group 'browse-url) 372 :group 'browse-url)
373 373
374 (defcustom browse-url-generic-program nil 374 (defcustom browse-url-generic-program nil
375 "*The name of the browser program used by `browse-url-generic'." 375 "*The name of the browser program used by `browse-url-generic'."
376 :type 'string 376 :type '(choice string (const nil))
377 :group 'browse-url) 377 :group 'browse-url)
378 378
379 (defcustom browse-url-generic-args nil 379 (defcustom browse-url-generic-args nil
380 "*A list of strings defining options for `browse-url-generic-program'." 380 "*A list of strings defining options for `browse-url-generic-program'."
381 :type '(repeat (string :tag "Argument")) 381 :type '(repeat (string :tag "Argument"))