Mercurial > emacs
changeset 1242:82774f4b69dd
(ange-ftp-kill-ftp-process): Delete spurious ".
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 28 Sep 1992 12:54:05 +0000 |
parents | de92360b091b |
children | de79e26e67cf |
files | lisp/ange-ftp.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ange-ftp.el Mon Sep 28 12:41:39 1992 +0000 +++ b/lisp/ange-ftp.el Mon Sep 28 12:54:05 1992 +0000 @@ -857,7 +857,7 @@ ;;;; Internal variables. ;;;; ------------------------------------------------------------ -(defconst ange-ftp-version "$Revision: 1.6 $") +(defconst ange-ftp-version "$Revision: 1.7 $") (defvar ange-ftp-data-buffer-name " *ftp data*" "Buffer name to hold directory listing data received from ftp process.") @@ -1345,7 +1345,7 @@ (auto-save-mode ange-ftp-auto-save)))) (defun ange-ftp-kill-ftp-process (buffer) - "Kill the FTP process associated with BUFFER." + "Kill the FTP process associated with BUFFER. If the BUFFER's visited filename or default-directory is an ftp filename then kill the related ftp process." (interactive "bKill FTP process associated with buffer: ")