diff options
Diffstat (limited to 'lisp/files-x.el')
-rw-r--r-- | lisp/files-x.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/files-x.el b/lisp/files-x.el index 9e1954256a6..c7cc076f844 100644 --- a/lisp/files-x.el +++ b/lisp/files-x.el @@ -673,7 +673,7 @@ in order." (defun hack-connection-local-variables (criteria) "Read connection-local variables according to CRITERIA. Store the connection-local variables in buffer local -variable`connection-local-variables-alist'. +variable `connection-local-variables-alist'. This does nothing if `enable-connection-local-variables' is nil." (when enable-connection-local-variables |