diff options
author | Stefan Kangas <stefankangas@gmail.com> | 2023-01-23 02:27:15 +0100 |
---|---|---|
committer | Stefan Kangas <stefankangas@gmail.com> | 2023-01-27 11:33:35 +0100 |
commit | 752c526585fe3f10e064b9ddaca6ae6cdeaa0004 (patch) | |
tree | 4c32d5d9eca8d305b1e5343261f90416399cd714 /lisp/net | |
parent | 5859413df235e87a89257e991cc6c6fd220b2b9c (diff) | |
download | emacs-752c526585fe3f10e064b9ddaca6ae6cdeaa0004.tar.gz emacs-752c526585fe3f10e064b9ddaca6ae6cdeaa0004.tar.bz2 emacs-752c526585fe3f10e064b9ddaca6ae6cdeaa0004.zip |
; Fix typos
Diffstat (limited to 'lisp/net')
-rw-r--r-- | lisp/net/tramp.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/net/tramp.el b/lisp/net/tramp.el index 04b683a8a24..1916d50af03 100644 --- a/lisp/net/tramp.el +++ b/lisp/net/tramp.el @@ -4873,7 +4873,7 @@ substitution. SPEC-LIST is a list of char/value pairs used for :command (append `(,login-program) login-args command) :coding coding :noquery noquery :connection-type connection-type :sentinel sentinel :stderr stderr)) - ;; Set filter. Prior Emacs 29.1, it doesn't work reliable + ;; Set filter. Prior Emacs 29.1, it doesn't work reliably ;; to provide it as `make-process' argument when filter is ;; t. See Bug#51177. (when filter |