Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
a782f0d5
Commit
a782f0d5
authored
Apr 12, 1994
by
Richard M. Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(Fsetq_default, Fmake_local_variable): Doc syntax fix.
parent
225feba2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
src/data.c
src/data.c
+3
-3
No files found.
src/data.c
View file @
a782f0d5
...
...
@@ -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
\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment