diff options
Diffstat (limited to 'lisp/net/tramp-compat.el')
-rw-r--r-- | lisp/net/tramp-compat.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/net/tramp-compat.el b/lisp/net/tramp-compat.el index e83c1a1500b..232230f8697 100644 --- a/lisp/net/tramp-compat.el +++ b/lisp/net/tramp-compat.el @@ -75,7 +75,7 @@ Add the extension of F, if existing." #'tramp-handle-temporary-file-directory)) (defun tramp-compat-process-running-p (process-name) - "Returns t if system process PROCESS-NAME is running for `user-login-name'." + "Return t if system process PROCESS-NAME is running for `user-login-name'." (when (stringp process-name) (cond ;; GNU Emacs 22 on w32. |