changeset 6825:f70a517ae9e2

(Fsetq_default, Fmake_local_variable): Doc syntax fix.
author Richard M. Stallman <rms@gnu.org>
date Tue, 12 Apr 1994 06:06:21 +0000
parents ec94aee0bf55
children 903d03ddf99c
files src/data.c
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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\