diff options
author | Glenn Morris <rgm@gnu.org> | 2010-02-18 01:08:37 -0800 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2010-02-18 01:08:37 -0800 |
commit | 332085327c2ec4de221c5ea5de1bbabb3da7827a (patch) | |
tree | edcae2823df92c4f509a7e9dd58d88013c775fbf /lisp/loadup.el | |
parent | 4f3bc373f19fed594b67bd36b76aedd535f05e53 (diff) | |
download | emacs-332085327c2ec4de221c5ea5de1bbabb3da7827a.tar.gz |
* loadup.el: Comment fix.
Diffstat (limited to 'lisp/loadup.el')
-rw-r--r-- | lisp/loadup.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/loadup.el b/lisp/loadup.el index 7622e11593c..85222ce7d9e 100644 --- a/lisp/loadup.el +++ b/lisp/loadup.el @@ -125,8 +125,8 @@ (load "case-table") (load "international/characters") (load "composite") -;; This file doesn't exist when building Emacs from CVS. It is -;; generated just after temacs is build. +;; This file doesn't exist when building a development version of Emacs +;; from the repository. It is generated just after temacs is built. (load "international/charprop.el" t) ;; Load language-specific files. |