1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-12 09:00:40 -08:00

Fix last change.

This commit is contained in:
Chong Yidong 2009-10-03 20:43:31 +00:00
parent 8b440f7143
commit ddae09e52b
2 changed files with 2 additions and 2 deletions

View file

@ -436,7 +436,7 @@ Do not set this to non-nil globally. It is used internally.")
;;; The EDE persistent cache. ;;; The EDE persistent cache.
;; ;;
(defcustom ede-project-placeholder-cache-file (defcustom ede-project-placeholder-cache-file
(expand-file-name "ede-projects" user-emacs-directory) (expand-file-name "ede-projects.el" user-emacs-directory)
"File containing the list of projects EDE has viewed." "File containing the list of projects EDE has viewed."
:group 'ede :group 'ede
:type 'file) :type 'file)

View file

@ -45,7 +45,7 @@
"The current map for global SRecode templates.") "The current map for global SRecode templates.")
(defcustom srecode-map-save-file (defcustom srecode-map-save-file
(expand-file-name "srecode-map" user-emacs-directory) (expand-file-name "srecode-map.el" user-emacs-directory)
"The save location for SRecode's map file. "The save location for SRecode's map file.
If the save file is nil, then the MAP is not saved between sessions." If the save file is nil, then the MAP is not saved between sessions."
:group 'srecode :group 'srecode