diff options
| author | Karl Heuer | 1996-01-04 22:53:41 +0000 |
|---|---|---|
| committer | Karl Heuer | 1996-01-04 22:53:41 +0000 |
| commit | 00232ce3988cd3d99e7f4f0490292a7280f6b9d2 (patch) | |
| tree | 256b4aab5f6c8671f8f0cf11eda6c0bb45900a96 | |
| parent | 6e21af562673588801f18e73425e811d3aa2a9f0 (diff) | |
| download | emacs-00232ce3988cd3d99e7f4f0490292a7280f6b9d2.tar.gz emacs-00232ce3988cd3d99e7f4f0490292a7280f6b9d2.zip | |
(browse-url-usr1-signal): Doc fix.
| -rw-r--r-- | lisp/browse-url.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/browse-url.el b/lisp/browse-url.el index 29673c448b1..542e6bb934e 100644 --- a/lisp/browse-url.el +++ b/lisp/browse-url.el | |||
| @@ -301,7 +301,7 @@ file rather than displaying a cached copy.") | |||
| 301 | 'SIGUSR1 | 301 | 'SIGUSR1 |
| 302 | 30) ; Check /usr/include/signal.h. | 302 | 30) ; Check /usr/include/signal.h. |
| 303 | "The argument to `signal-process' for sending SIGUSR1 to XMosaic. | 303 | "The argument to `signal-process' for sending SIGUSR1 to XMosaic. |
| 304 | Emacs 19.29 accepts 'sigusr1, earlier versions require an integer | 304 | Emacs 19.29 accepts 'SIGUSR1, earlier versions require an integer |
| 305 | which is 30 on SunOS and 16 on HP-UX and Solaris.") | 305 | which is 30 on SunOS and 16 on HP-UX and Solaris.") |
| 306 | 306 | ||
| 307 | (defvar browse-url-CCI-port 3003 | 307 | (defvar browse-url-CCI-port 3003 |