From: ohta Date: Tue, 17 Nov 1998 16:11:45 +0000 (+0000) Subject: add-latest-path: Fix typo. X-Git-Tag: apel-199811302358~3 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=6a5359dee2763bf52c359cf824a2e7f33bcabda2;p=elisp%2Fapel.git add-latest-path: Fix typo. --- diff --git a/README.en b/README.en index f90aa1f..cede2ed 100644 --- a/README.en +++ b/README.en @@ -228,7 +228,7 @@ Function add-latest-path (PATTERN &optional ALL-PATHS) and if bbdb-1.51 is newer than bbdb-1.50, and site-lisp is /usr/local/share/emacs/site-lisp, - (add-path "bbdb") + (add-latest-path "bbdb") it adds "/usr/local/share/emacs/site-lisp/bbdb-1.51" to top of `load-path'. diff --git a/README.ja b/README.ja index 31dde96..510557e 100644 --- a/README.ja +++ b/README.ja @@ -237,7 +237,7 @@ path-util が bbdb-1.50 よりも新しく、site-lisp が /usr/local/share/emacs/site-lisp であるときは、 - (add-path "bbdb") + (add-latest-path "bbdb") は "/usr/local/share/emacs/site-lisp/bbdb-1.51" を `load-path' の先 頭に追加します。