comparison lisp/net/browse-url.el @ 63272:42d30d396c4e

(browse-url-xterm-program): Fix spellings in docstrings.
author Juanma Barranquero <lekktu@gmail.com>
date Fri, 10 Jun 2005 14:13:42 +0000
parents df55e63482c4
children f5a7f1e57c1c a1b34dec1104
comparison
equal deleted inserted replaced
63271:f6bd5d0552dd 63272:42d30d396c4e
485 (defvar browse-url-temp-file-name nil) 485 (defvar browse-url-temp-file-name nil)
486 (make-variable-buffer-local 'browse-url-temp-file-name) 486 (make-variable-buffer-local 'browse-url-temp-file-name)
487 487
488 (defcustom browse-url-xterm-program "xterm" 488 (defcustom browse-url-xterm-program "xterm"
489 "*The name of the terminal emulator used by `browse-url-lynx-xterm'. 489 "*The name of the terminal emulator used by `browse-url-lynx-xterm'.
490 This might, for instance, be a separate colour version of xterm." 490 This might, for instance, be a separate color version of xterm."
491 :type 'string 491 :type 'string
492 :group 'browse-url) 492 :group 'browse-url)
493 493
494 (defcustom browse-url-xterm-args nil 494 (defcustom browse-url-xterm-args nil
495 "*A list of strings defining options for `browse-url-xterm-program'. 495 "*A list of strings defining options for `browse-url-xterm-program'.