diff options
| author | Stefan Kangas | 2021-11-07 19:48:14 +0100 |
|---|---|---|
| committer | Stefan Kangas | 2021-11-07 19:48:45 +0100 |
| commit | 261367781b8f4dcbd58fff2f7a99cd8fb4581e65 (patch) | |
| tree | 26e1e97fd93434422252b710a341bfad19e5c41f | |
| parent | 8d9b55330d32e0bd4667a14c1d931b5ece9be5da (diff) | |
| download | emacs-261367781b8f4dcbd58fff2f7a99cd8fb4581e65.tar.gz emacs-261367781b8f4dcbd58fff2f7a99cd8fb4581e65.zip | |
* lisp/files.el (user-emacs-directory-warning): Clarify docstring.
| -rw-r--r-- | lisp/files.el | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lisp/files.el b/lisp/files.el index 20690742d3b..32b7faa43d0 100644 --- a/lisp/files.el +++ b/lisp/files.el | |||
| @@ -1059,8 +1059,10 @@ the function needs to examine, starting with FILE." | |||
| 1059 | (if root (file-name-as-directory root)))) | 1059 | (if root (file-name-as-directory root)))) |
| 1060 | 1060 | ||
| 1061 | (defcustom user-emacs-directory-warning t | 1061 | (defcustom user-emacs-directory-warning t |
| 1062 | "Non-nil means warn if cannot access `user-emacs-directory'. | 1062 | "Non-nil means warn if unable to access or create `user-emacs-directory'. |
| 1063 | Set this to nil at your own risk..." | 1063 | Set this to nil at your own risk, as it might lead to data loss |
| 1064 | when Emacs tries to write something to a non-existent or | ||
| 1065 | inaccessible location." | ||
| 1064 | :type 'boolean | 1066 | :type 'boolean |
| 1065 | :group 'initialization | 1067 | :group 'initialization |
| 1066 | :version "24.4") | 1068 | :version "24.4") |