aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Zlatanov2017-12-09 22:52:50 -0500
committerTed Zlatanov2017-12-09 22:53:10 -0500
commitc73d2cdfd738186a3b4e44e3fcec4a9f10b9b644 (patch)
tree95dcb494328266361266daeaaab4ac9dac8fc1fd
parentcefca2b8aca742cebaae6110704a56d7cd76f500 (diff)
downloademacs-c73d2cdfd738186a3b4e44e3fcec4a9f10b9b644.tar.gz
emacs-c73d2cdfd738186a3b4e44e3fcec4a9f10b9b644.zip
* lisp/files-x.el (connection-local-set-profile-variables): Fix docstring.
-rw-r--r--lisp/files-x.el2
1 files changed, 1 insertions, 1 deletions
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).
643 643
644When a connection to a remote server is opened, the server's 644When a connection to a remote server is opened, the server's
645connection profiles are found. A server may be assigned a 645connection profiles are found. A server may be assigned a
646connection profile using `connection-local-set-profile'. Then 646connection profile using `connection-local-set-profiles'. Then
647variables are set in the server's process buffer according to the 647variables are set in the server's process buffer according to the
648VARIABLES list of the connection profile. The list is processed 648VARIABLES list of the connection profile. The list is processed
649in order." 649in order."