From: Ted Zlatanov Date: Sun, 10 Dec 2017 03:52:50 +0000 (-0500) Subject: * lisp/files-x.el (connection-local-set-profile-variables): Fix docstring. X-Git-Tag: emacs-26.0.91~172 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c73d2cd;p=emacs.git * lisp/files-x.el (connection-local-set-profile-variables): Fix docstring. --- diff --git a/lisp/files-x.el b/lisp/files-x.el index 667737075ed..a0aacd08ef2 100644 --- a/lisp/files-x.el +++ b/lisp/files-x.el @@ -643,7 +643,7 @@ whose elements are of the form (VAR . VALUE). When a connection to a remote server is opened, the server's connection profiles are found. A server may be assigned a -connection profile using `connection-local-set-profile'. Then +connection profile using `connection-local-set-profiles'. Then variables are set in the server's process buffer according to the VARIABLES list of the connection profile. The list is processed in order."