diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2005-06-10 14:13:42 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2005-06-10 14:13:42 +0000 |
commit | 028f45d230a788158b9e97e6371291a99913df8a (patch) | |
tree | 6f0cd61835ca2a0b490f807751b5ee9231ccda6e /lisp/net | |
parent | 2ae78c4d428fd10ae7ee5cf7222e0390cdb4f65b (diff) | |
download | emacs-028f45d230a788158b9e97e6371291a99913df8a.tar.gz |
(browse-url-xterm-program): Fix spellings in docstrings.
Diffstat (limited to 'lisp/net')
-rw-r--r-- | lisp/net/browse-url.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/net/browse-url.el b/lisp/net/browse-url.el index 5cd8701d1a5..d846234133d 100644 --- a/lisp/net/browse-url.el +++ b/lisp/net/browse-url.el @@ -487,7 +487,7 @@ enabled. The port number should be set in `browse-url-CCI-port'." (defcustom browse-url-xterm-program "xterm" "*The name of the terminal emulator used by `browse-url-lynx-xterm'. -This might, for instance, be a separate colour version of xterm." +This might, for instance, be a separate color version of xterm." :type 'string :group 'browse-url) |