aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1994-04-12 06:06:21 +0000
committerRichard M. Stallman <[email protected]>1994-04-12 06:06:21 +0000
commita782f0d57f9e71e984f042a6dd2545a3393b3d71 (patch)
tree69895f2276ea4f13da9798815b49dadfbcd11cee /src
parent225feba25f280d93d1d83707b7847a6b037b55fb (diff)
(Fsetq_default, Fmake_local_variable): Doc syntax fix.
Diffstat (limited to 'src')
-rw-r--r--src/data.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/data.c b/src/data.c
index 167fc95350..bfcfb0536a 100644
--- a/src/data.c
+++ b/src/data.c
@@ -1042,7 +1042,7 @@ for this variable.")
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 @@ DEFUN ("make-local-variable", Fmake_local_variable, Smake_local_variable,
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\