emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 5583e64: ; Fix typo


From: Michael Albinus
Subject: [Emacs-diffs] master 5583e64: ; Fix typo
Date: Wed, 20 Jun 2018 14:22:00 -0400 (EDT)

branch: master
commit 5583e6460c38c5d613e732934b066421349a5259
Author: Michael Albinus <address@hidden>
Commit: Michael Albinus <address@hidden>

    ; Fix typo
---
 lisp/files.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/files.el b/lisp/files.el
index 0b52ebd..398e6dc 100644
--- a/lisp/files.el
+++ b/lisp/files.el
@@ -1028,7 +1028,7 @@ customize the variable `user-emacs-directory-warning'."
   "Return list of directories to search programs to run in remote subprocesses.
 The remote host is identified by `default-directory'.  For remote
 hosts which do not support subprocesses, this returns `nil'.
-If `default-directory' is a local directory, this function retruns
+If `default-directory' is a local directory, this function returns
 the value of the variable `exec-path'."
   (let ((handler (find-file-name-handler default-directory 'exec-path)))
     (if handler



reply via email to

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