From: Dave Love Date: Sat, 25 Mar 2000 12:37:51 +0000 (+0000) Subject: (load-history): Fix doc string. X-Git-Tag: emacs-pretest-21.0.90~4500 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e8c7d424556f71b3f4c73747e171731a5c1853f1;p=emacs.git (load-history): Fix doc string. --- 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;