From: shuhei Date: Thu, 27 Jan 2000 19:19:33 +0000 (+0000) Subject: Typo. X-Git-Tag: apel-10_2~23 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=9c4a37dafdb16fe809192cb13b12dda34d60a7ec;p=elisp%2Fapel.git Typo. --- diff --git a/APEL-CFG b/APEL-CFG index dc56510..7605343 100644 --- a/APEL-CFG +++ b/APEL-CFG @@ -24,10 +24,10 @@ ;; make subdirectory. ;; ;; APEL_DIR: The directory where APEL modules will be installed. -;; Generated from LISPDIR and APEL_DIR if it is not set. +;; Generated from LISPDIR and APEL_PREFIX if it is not set. ;; EMU_DIR: The directory where EMU modules will be installed. -;; Generated from VERSION_SPECIFIC_LISPDIR and EMU_DIR if -;; it is not set. +;; Generated from VERSION_SPECIFIC_LISPDIR and EMU_PREFIX +;; if it is not set. ;; ;; For XEmacs with package system: ;; diff --git a/ChangeLog b/ChangeLog index c154f21..5198dc7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2000-01-27 Shuhei KOBAYASHI + + * APEL-CFG: Typo. + 2000-01-26 Shuhei KOBAYASHI * poe-18.el (set-match-data): New alias for `store-match-data'.