From: Eli Zaretskii Date: Thu, 29 Oct 2015 18:47:09 +0000 (+0200) Subject: ; * src/lread.c (syms_of_lread) : Improve the doc string. X-Git-Tag: emacs-25.0.90~974 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9dcbcbf2593935151b638330360cfb21efbc3f40;p=emacs.git ; * src/lread.c (syms_of_lread) : Improve the doc string. --- 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.