emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 0cbcd28: Fix docstrings in tramp.el


From: Michael Albinus
Subject: [Emacs-diffs] master 0cbcd28: Fix docstrings in tramp.el
Date: Sun, 20 Oct 2019 07:10:23 -0400 (EDT)

branch: master
commit 0cbcd2869e46f2ede0d08fd183d6c0ad0ebd8394
Author: Michael Albinus <address@hidden>
Commit: Michael Albinus <address@hidden>

    Fix docstrings in tramp.el
    
    * lisp/net/tramp.el (tramp-antispoof-regexp)
    (tramp-file-name-handler): Fix docstring.
---
 lisp/net/tramp.el | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/lisp/net/tramp.el b/lisp/net/tramp.el
index 37f34cf..97fcf55 100644
--- a/lisp/net/tramp.el
+++ b/lisp/net/tramp.el
@@ -638,11 +638,12 @@ The answer will be provided by `tramp-action-terminal', 
which see."
 
 ;; Plink 0.71 has added an additional anti-spoofing prompt after
 ;; authentication.  This could be discarded with the argument
-;; \"-no-antispoof\".  However, since we don't know which PuTTY
+;; "-no-antispoof".  However, since we don't know which PuTTY
 ;; version is installed, we must react interactively.
 (defcustom tramp-antispoof-regexp
   (regexp-quote "Access granted. Press Return to begin session. ")
-  "Regular expression matching plink's anti-spoofing message."
+  "Regular expression matching plink's anti-spoofing message.
+The regexp should match at end of buffer."
   :version "27.1"
   :type 'regexp)
 
@@ -2261,7 +2262,7 @@ preventing reentrant calls of Tramp.")
 ;; Main function.
 (defun tramp-file-name-handler (operation &rest args)
   "Invoke Tramp file name handler.
-Falls back to normal file name handler if no Tramp file name handler exists."
+Fall back to normal file name handler if no Tramp file name handler exists."
   (let ((filename (apply #'tramp-file-name-for-operation operation args))
        ;; `file-remote-p' is called for everything, even for symbolic
        ;; links which look remote.  We don't want to get an error.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]