Mercurial > emacs
changeset 63626:130a054b0179
(browse-url-mosaic): Fix spellings.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Tue, 21 Jun 2005 13:45:53 +0000 |
parents | 9be013ed306d |
children | f22ddea914f2 |
files | lisp/net/browse-url.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/net/browse-url.el Tue Jun 21 13:45:12 2005 +0000 +++ b/lisp/net/browse-url.el Tue Jun 21 13:45:53 2005 +0000 @@ -1216,11 +1216,11 @@ (save-buffer) (kill-buffer nil) ;; Send signal SIGUSR to Mosaic - (message "Signalling Mosaic...") + (message "Signaling Mosaic...") (signal-process pid 'SIGUSR1) ;; Or you could try: ;; (call-process "kill" nil 0 nil "-USR1" (int-to-string pid)) - (message "Signalling Mosaic...done") + (message "Signaling Mosaic...done") ) ;; Mosaic not running - start it (message "Starting %s..." browse-url-mosaic-program)