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
c569512a
Commit
c569512a
authored
Mar 03, 1999
by
Andreas Schwab
Browse files
(Fdefconst): Doc fix.
parent
859ce469
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/eval.c
src/eval.c
+1
-1
No files found.
src/eval.c
View file @
c569512a
...
...
@@ -623,7 +623,7 @@ If INITVALUE is missing, SYMBOL's value is not set.")
DEFUN
(
"defconst"
,
Fdefconst
,
Sdefconst
,
2
,
UNEVALLED
,
0
,
"(defconst SYMBOL INITVALUE DOCSTRING): define SYMBOL as a constant variable.
\n
\
The intent is that nether programs nor users should ever change this value.
\n
\
The intent is that ne
i
ther programs nor users should ever change this value.
\n
\
Always sets the value of SYMBOL to the result of evalling INITVALUE.
\n
\
If SYMBOL is buffer-local, its default value is what is set;
\n
\
buffer-local values are not affected.
\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