From e8c7d424556f71b3f4c73747e171731a5c1853f1 Mon Sep 17 00:00:00 2001 From: Dave Love Date: Sat, 25 Mar 2000 12:37:51 +0000 Subject: [PATCH] (load-history): Fix doc string. --- src/lread.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lread.c b/src/lread.c index e3521934f42..e1d601579f0 100644 --- a/src/lread.c +++ b/src/lread.c @@ -3433,7 +3433,7 @@ Each alist element is a list that starts with a file name,\n\ except for one element (optional) that starts with nil and describes\n\ definitions evaluated from buffers not visiting files.\n\ The remaining elements of each list are symbols defined as functions\n\ -or variables, and cons cells `(provide . FEATURE)', `(require . FEATURE)', +or variables, and cons cells `(provide . FEATURE)', `(require . FEATURE)',\n\ and `(autoload . SYMBOL)'."); Vload_history = Qnil; -- 2.39.5