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
909e3b33
Commit
909e3b33
authored
Feb 09, 2006
by
Juanma Barranquero
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(Fmake_bool_vector, Fpurecopy): Doc fixes.
parent
bf54d814
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/alloc.c
src/alloc.c
+2
-2
No files found.
src/alloc.c
View file @
909e3b33
...
...
@@ -2299,7 +2299,7 @@ INIT must be an integer that represents a character. */)
DEFUN
(
"make-bool-vector"
,
Fmake_bool_vector
,
Smake_bool_vector
,
2
,
2
,
0
,
doc
:
/* Return a new bool-vector of length LENGTH, using INIT for
as
each element.
doc
:
/* Return a new bool-vector of length LENGTH, using INIT for each element.
LENGTH must be a number. INIT matters only in whether it is t or nil. */
)
(
length
,
init
)
Lisp_Object
length
,
init
;
...
...
@@ -4811,7 +4811,7 @@ make_pure_vector (len)
DEFUN
(
"purecopy"
,
Fpurecopy
,
Spurecopy
,
1
,
1
,
0
,
doc
:
/* Make a copy of OBJ
ECT
in pure storage.
doc
:
/* Make a copy of
object
OBJ in pure storage.
Recursively copies contents of vectors and cons cells.
Does not copy symbols. Copies strings without text properties. */
)
(
obj
)
...
...
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