]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix typo
authorMichael Albinus <michael.albinus@gmx.de>
Wed, 20 Jun 2018 18:21:48 +0000 (20:21 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Wed, 20 Jun 2018 18:21:48 +0000 (20:21 +0200)
lisp/files.el

index 0b52ebd241a87a65dd06a2d1917ec268431c444a..398e6dc12b89fbc224d1844dcece0b8697c9429f 100644 (file)
@@ -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