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
7652ade0
Commit
7652ade0
authored
Nov 14, 2002
by
Dave Love
Browse files
(Fcopy_sequence): Doc fix.
parent
3861bdcd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/fns.c
src/fns.c
+1
-1
No files found.
src/fns.c
View file @
7652ade0
...
...
@@ -466,7 +466,7 @@ copy_sub_char_table (arg)
DEFUN
(
"copy-sequence"
,
Fcopy_sequence
,
Scopy_sequence
,
1
,
1
,
0
,
doc: /* Return a copy of a list, vector
or
string.
doc
:
/* Return a copy of a list, vector
,
string
or char-table
.
The elements of a list or vector are not copied; they are shared
with the original. */
)
(
arg
)
...
...
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