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
c58b2b4d
Commit
c58b2b4d
authored
Oct 29, 1995
by
Richard M. Stallman
Browse files
(Fmake_char_table): Doc fix.
parent
c7608f45
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/alloc.c
src/alloc.c
+1
-1
No files found.
src/alloc.c
View file @
c58b2b4d
...
...
@@ -758,7 +758,7 @@ See also the function `vector'.")
}
DEFUN
(
"make-char-table"
,
Fmake_char_table
,
Smake_char_table
,
1
,
2
,
0
,
"Return a newly created char-table, with purpose PURPOSE.
"Return a newly created char-table, with purpose PURPOSE.
\n
\
Each element is initialized to INIT, which defaults to nil.
\n
\
PURPOSE should be a symbol which has a `char-table-extra-slot' property.
\n
\
The property's value should be an integer between 0 and 10."
)
...
...
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