From 6a5359dee2763bf52c359cf824a2e7f33bcabda2 Mon Sep 17 00:00:00 2001 From: ohta Date: Tue, 17 Nov 1998 16:11:45 +0000 Subject: [PATCH] add-latest-path: Fix typo. --- README.en | 2 +- README.ja | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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' の先 頭に追加します。 -- 1.7.10.4