Mercurial > emacs
changeset 28309:9c8f8c3fb131
(load-history): Fix doc string.
author | Dave Love <fx@gnu.org> |
---|---|
date | Sat, 25 Mar 2000 12:37:51 +0000 |
parents | 699ab30f49df |
children | 9ba6478b7a27 |
files | src/lread.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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;