]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/files-x.el (connection-local-set-profile-variables): Fix docstring.
authorTed Zlatanov <tzz@lifelogs.com>
Sun, 10 Dec 2017 03:52:50 +0000 (22:52 -0500)
committerTed Zlatanov <tzz@lifelogs.com>
Sun, 10 Dec 2017 03:53:10 +0000 (22:53 -0500)
lisp/files-x.el

index 667737075edf09d3679bb124f2d8dc60ab7a2e38..a0aacd08ef2808e5395e9bdb1153d6cd6fe8e6a3 100644 (file)
@@ -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."