From 9dcbcbf2593935151b638330360cfb21efbc3f40 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Thu, 29 Oct 2015 20:47:09 +0200 Subject: [PATCH] ; * src/lread.c (syms_of_lread) : Improve the doc string. --- src/lread.c | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/lread.c b/src/lread.c index 1119f3fdfd4..7c891f9954f 100644 --- a/src/lread.c +++ b/src/lread.c @@ -4480,9 +4480,11 @@ were read in. */); DEFVAR_LISP ("load-path", Vload_path, doc: /* List of directories to search for files to load. Each element is a string (directory file name) or nil (meaning -`default-directory'). Initialized during startup as described in Info -node `(elisp)Library Search'. Use `directory-file-name' when adding items -to this path. */); +`default-directory'). +Initialized during startup as described in Info node `(elisp)Library Search'. +Use `directory-file-name' when adding items to this path. However, Lisp +programs that process this list should tolerate directories both with +and without trailing slashes. */); DEFVAR_LISP ("load-suffixes", Vload_suffixes, doc: /* List of suffixes for (compiled or source) Emacs Lisp files. -- 2.39.5