* lisp/files.el (user-emacs-directory-warning): Clarify docstring.
This commit is contained in:
parent
8d9b55330d
commit
261367781b
1 changed files with 4 additions and 2 deletions
|
@ -1059,8 +1059,10 @@ the function needs to examine, starting with FILE."
|
|||
(if root (file-name-as-directory root))))
|
||||
|
||||
(defcustom user-emacs-directory-warning t
|
||||
"Non-nil means warn if cannot access `user-emacs-directory'.
|
||||
Set this to nil at your own risk..."
|
||||
"Non-nil means warn if unable to access or create `user-emacs-directory'.
|
||||
Set this to nil at your own risk, as it might lead to data loss
|
||||
when Emacs tries to write something to a non-existent or
|
||||
inaccessible location."
|
||||
:type 'boolean
|
||||
:group 'initialization
|
||||
:version "24.4")
|
||||
|
|
Loading…
Add table
Reference in a new issue