diff options
| author | Richard M. Stallman | 1996-06-14 21:30:41 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1996-06-14 21:30:41 +0000 |
| commit | 4131662fb8014d2601411c2f82ee0e05b6b2e65f (patch) | |
| tree | a3384b281f8b53497acc77e5e5d871693be61aa8 /lisp | |
| parent | 70204e221dd4e6314f7b1c2366f34d010ed7152e (diff) | |
| download | emacs-4131662fb8014d2601411c2f82ee0e05b6b2e65f.tar.gz emacs-4131662fb8014d2601411c2f82ee0e05b6b2e65f.zip | |
(rlogin): Doc fix.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/rlogin.el | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/lisp/rlogin.el b/lisp/rlogin.el index 88e32b113f0..dace9412e29 100644 --- a/lisp/rlogin.el +++ b/lisp/rlogin.el | |||
| @@ -23,7 +23,7 @@ | |||
| 23 | ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 23 | ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 24 | ;; Boston, MA 02111-1307, USA. | 24 | ;; Boston, MA 02111-1307, USA. |
| 25 | 25 | ||
| 26 | ;; $Id: rlogin.el,v 1.31 1996/01/14 07:34:30 erik Exp friedman $ | 26 | ;; $Id: rlogin.el,v 1.32 1996/05/08 00:52:30 friedman Exp rms $ |
| 27 | 27 | ||
| 28 | ;;; Commentary: | 28 | ;;; Commentary: |
| 29 | 29 | ||
| @@ -109,7 +109,10 @@ this variable is set from that.") | |||
| 109 | 109 | ||
| 110 | ;;;###autoload | 110 | ;;;###autoload |
| 111 | (defun rlogin (input-args &optional buffer) | 111 | (defun rlogin (input-args &optional buffer) |
| 112 | "Open a network login connection to HOST via the `rlogin' program. | 112 | "Open a network login connection via `rlogin' with args INPUT-ARGS. |
| 113 | INPUT-ARGS should start with a host name; it may also contain | ||
| 114 | other arguments for `rlogin'. | ||
| 115 | |||
| 113 | Input is sent line-at-a-time to the remote connection. | 116 | Input is sent line-at-a-time to the remote connection. |
| 114 | 117 | ||
| 115 | Communication with the remote host is recorded in a buffer `*rlogin-HOST*' | 118 | Communication with the remote host is recorded in a buffer `*rlogin-HOST*' |
| @@ -117,8 +120,8 @@ Communication with the remote host is recorded in a buffer `*rlogin-HOST*' | |||
| 117 | If a prefix argument is given and the buffer `*rlogin-HOST*' already exists, | 120 | If a prefix argument is given and the buffer `*rlogin-HOST*' already exists, |
| 118 | a new buffer with a different connection will be made. | 121 | a new buffer with a different connection will be made. |
| 119 | 122 | ||
| 120 | When called from a program, if the optional second argument is a string or | 123 | When called from a program, if the optional second argument BUFFER is |
| 121 | buffer, it names the buffer to use. | 124 | a string or buffer, it specifies the buffer to use. |
| 122 | 125 | ||
| 123 | The variable `rlogin-program' contains the name of the actual program to | 126 | The variable `rlogin-program' contains the name of the actual program to |
| 124 | run. It can be a relative or absolute path. | 127 | run. It can be a relative or absolute path. |