]> git.eshelyaron.com Git - emacs.git/commitdiff
(load-history): Fix doc string.
authorDave Love <fx@gnu.org>
Sat, 25 Mar 2000 12:37:51 +0000 (12:37 +0000)
committerDave Love <fx@gnu.org>
Sat, 25 Mar 2000 12:37:51 +0000 (12:37 +0000)
src/lread.c

index e3521934f427c0b197e9f89fc90e65beb2b21e14..e1d601579f042852eb73d820d3335715476a4841 100644 (file)
@@ -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;