diff options
| author | Michael Albinus | 2018-06-20 20:21:48 +0200 |
|---|---|---|
| committer | Michael Albinus | 2018-06-20 20:21:48 +0200 |
| commit | 5583e6460c38c5d613e732934b066421349a5259 (patch) | |
| tree | 3f82e46b658157e5b7ffd10f6651cf292a04ed6c | |
| parent | dffe02d259937f052ac090348c377f5b28105582 (diff) | |
| download | emacs-5583e6460c38c5d613e732934b066421349a5259.tar.gz emacs-5583e6460c38c5d613e732934b066421349a5259.zip | |
; Fix typo
| -rw-r--r-- | lisp/files.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/files.el b/lisp/files.el index 0b52ebd241a..398e6dc12b8 100644 --- a/lisp/files.el +++ b/lisp/files.el | |||
| @@ -1028,7 +1028,7 @@ customize the variable `user-emacs-directory-warning'." | |||
| 1028 | "Return list of directories to search programs to run in remote subprocesses. | 1028 | "Return list of directories to search programs to run in remote subprocesses. |
| 1029 | The remote host is identified by `default-directory'. For remote | 1029 | The remote host is identified by `default-directory'. For remote |
| 1030 | hosts which do not support subprocesses, this returns `nil'. | 1030 | hosts which do not support subprocesses, this returns `nil'. |
| 1031 | If `default-directory' is a local directory, this function retruns | 1031 | If `default-directory' is a local directory, this function returns |
| 1032 | the value of the variable `exec-path'." | 1032 | the value of the variable `exec-path'." |
| 1033 | (let ((handler (find-file-name-handler default-directory 'exec-path))) | 1033 | (let ((handler (find-file-name-handler default-directory 'exec-path))) |
| 1034 | (if handler | 1034 | (if handler |