diff options
| -rw-r--r-- | lisp/browse-url.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/browse-url.el b/lisp/browse-url.el index 03a8d4888b7..743c08329ee 100644 --- a/lisp/browse-url.el +++ b/lisp/browse-url.el | |||
| @@ -270,7 +270,7 @@ Netscape version 1.1N or later or XMosaic version 2.5 or later." | |||
| 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 |
| @@ -373,7 +373,7 @@ These might set the port, for instance." | |||
| 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 |