# HG changeset patch # User Dave Love # Date 953987871 0 # Node ID 9c8f8c3fb131620ac93502d7cbddc5a4d39e4eb3 # Parent 699ab30f49df3097a1cadd15c39a3b2f876c6919 (load-history): Fix doc string. diff -r 699ab30f49df -r 9c8f8c3fb131 src/lread.c --- a/src/lread.c Fri Mar 24 22:56:35 2000 +0000 +++ b/src/lread.c Sat Mar 25 12:37:51 2000 +0000 @@ -3433,7 +3433,7 @@ 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;