aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/subr.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/subr.el b/lisp/subr.el
index cf6fb108e9c..0d7bffb35f3 100644
--- a/lisp/subr.el
+++ b/lisp/subr.el
@@ -2937,7 +2937,7 @@ When the hook runs, the temporary buffer is current.
2937This hook is normally set up with a function to put the buffer in Help 2937This hook is normally set up with a function to put the buffer in Help
2938mode.") 2938mode.")
2939 2939
2940(defconst user-emacs-directory 2940(defvar user-emacs-directory
2941 ;; The value does not matter since Emacs sets this at startup. 2941 ;; The value does not matter since Emacs sets this at startup.
2942 nil 2942 nil
2943 "Directory beneath which additional per-user Emacs-specific files are placed. 2943 "Directory beneath which additional per-user Emacs-specific files are placed.