Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
0985a768
Commit
0985a768
authored
Oct 02, 1997
by
Karl Heuer
Browse files
(browse-url-netscape-display): Fix customize type.
(browse-url-generic-program): Likewise.
parent
d2323709
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
lisp/browse-url.el
lisp/browse-url.el
+2
-2
No files found.
lisp/browse-url.el
View file @
0985a768
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment