]> code.delx.au - gnu-emacs/blobdiff - lisp/net/rlogin.el
* test/automated/simple-test.el: Add test for bug#20698 (bug#21885)
[gnu-emacs] / lisp / net / rlogin.el
index e71179b6b89ca78e2d00e0e979c92c970020dad8..fead60eb8ab645b747106983405cb8a15613557b 100644 (file)
@@ -145,7 +145,7 @@ other arguments for `rlogin'.
 Input is sent line-at-a-time to the remote connection.
 
 Communication with the remote host is recorded in a buffer `*rlogin-HOST*'
-\(or `*rlogin-USER@HOST*' if the remote username differs\).
+\(or `*rlogin-USER@HOST*' if the remote username differs).
 If a prefix argument is given and the buffer `*rlogin-HOST*' already exists,
 a new buffer with a different connection will be made.
 
@@ -174,7 +174,7 @@ If you wish to change directory tracking styles during a session, use the
 function `rlogin-directory-tracking-mode' rather than simply setting the
 variable."
   (interactive (list
-               (read-from-minibuffer (format
+               (read-from-minibuffer (format-message
                                        "Arguments for `%s' (hostname first): "
                                        (file-name-nondirectory rlogin-program))
                                      nil nil nil 'rlogin-history)