Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
7a7df7ac
Commit
7a7df7ac
authored
Feb 15, 2005
by
Richard M. Stallman
Browse files
(Fsetq_default): Allow no arg case.
parent
0f014aa1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/data.c
src/data.c
+2
-2
No files found.
src/data.c
View file @
7a7df7ac
...
...
@@ -1458,7 +1458,7 @@ for this variable. */)
return
value
;
}
DEFUN ("setq-default", Fsetq_default, Ssetq_default,
2
, UNEVALLED, 0,
DEFUN
(
"setq-default"
,
Fsetq_default
,
Ssetq_default
,
0
,
UNEVALLED
,
0
,
doc
:
/* Set the default value of variable VAR to VALUE.
VAR, the variable name, is literal (not evaluated);
VALUE is an expression: it is evaluated and its value returned.
...
...
@@ -1470,7 +1470,7 @@ More generally, you can use multiple variables and values, as in
This sets each VAR's default value to the corresponding VALUE.
The VALUE for the Nth VAR can refer to the new default values
of previous VARs.
usage: (setq-default
VAR VALUE
[VAR VALUE...]) */)
usage: (setq-default [VAR VALUE...]) */
)
(
args
)
Lisp_Object
args
;
{
...
...
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