From 4645bb683823524f3cd2365977896febf5376dbb Mon Sep 17 00:00:00 2001
From: Eli Zaretskii <eliz@gnu.org>
Date: Wed, 25 Apr 2001 17:17:01 +0000
Subject: [PATCH] (Info-additional-directory-list): Doc fix.

---
 lisp/ChangeLog | 2 ++
 lisp/info.el   | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index a2e7b8fe1a6..6d05f6f8cd6 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,7 @@
 2001-04-25  Eli Zaretskii  <eliz@is.elta.co.il>
 
+	* info.el (Info-additional-directory-list): Doc fix.
+
 	* find-lisp.el (find-lisp-find-dired-filter)
 	(find-lisp-find-dired-subdirectories, find-lisp-find-dired): Add
 	autoload cookies.  From Richard Y. Kim <ryk@dspwiz.com>.
diff --git a/lisp/info.el b/lisp/info.el
index 53704ef6fc4..db502377823 100644
--- a/lisp/info.el
+++ b/lisp/info.el
@@ -132,7 +132,7 @@ a version of Emacs without installing it.")
 
 (defcustom Info-additional-directory-list nil
   "List of additional directories to search for Info documentation files.
-These directories is searched after those in `Info-directory-list', and
+These directories are searched after those in `Info-directory-list', and
 they are not searched for merging the `dir' file."
   :type '(repeat directory)
   :group 'info)
-- 
2.39.5