]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/files.el (user-emacs-directory-warning): Clarify docstring.
authorStefan Kangas <stefan@marxist.se>
Sun, 7 Nov 2021 18:48:14 +0000 (19:48 +0100)
committerStefan Kangas <stefan@marxist.se>
Sun, 7 Nov 2021 18:48:45 +0000 (19:48 +0100)
lisp/files.el

index 20690742d3b122ea6252b5e730c661cc4add7f54..32b7faa43d0d87b216c6ea84baa751febf4814d6 100644 (file)
@@ -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")