# HG changeset patch # User Richard M. Stallman # Date 766130781 0 # Node ID f70a517ae9e28ef99a61d5b650186385288d50e8 # Parent ec94aee0bf55657842fac7d0e7507eb5aade5c29 (Fsetq_default, Fmake_local_variable): Doc syntax fix. diff -r ec94aee0bf55 -r f70a517ae9e2 src/data.c --- a/src/data.c Tue Apr 12 05:12:33 1994 +0000 +++ b/src/data.c Tue Apr 12 06:06:21 1994 +0000 @@ -1042,7 +1042,7 @@ DEFUN ("setq-default", Fsetq_default, Ssetq_default, 2, UNEVALLED, 0, "\ -(setq-default SYM VAL SYM VAL ...): set each SYM's default value to its VAL.\n\ +\(setq-default SYM VAL SYM VAL...): set each SYM's default value to its VAL.\n\ VAL is evaluated; SYM is not. The default value is seen in buffers that do\n\ not have their own values for this variable.") (args) @@ -1114,8 +1114,8 @@ 1, 1, "vMake Local Variable: ", "Make VARIABLE have a separate value in the current buffer.\n\ Other buffers will continue to share a common default value.\n\ -\(The buffer-local value of VARIABLE starts out as the same value\n -VARIABLE previously had. If VARIABLE was void, it remains void.\)\n +\(The buffer-local value of VARIABLE starts out as the same value\n\ +VARIABLE previously had. If VARIABLE was void, it remains void.\)\n\ See also `make-variable-buffer-local'.\n\n\ If the variable is already arranged to become local when set,\n\ this function causes a local value to exist for this buffer,\n\