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
ac1106fc
Commit
ac1106fc
authored
Dec 24, 2003
by
Luc Teirlinck
Browse files
(Fset_char_table_range): Doc fix.
parent
1b368e31
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
src/fns.c
src/fns.c
+3
-3
No files found.
src/fns.c
View file @
ac1106fc
...
...
@@ -2488,9 +2488,9 @@ a character set name, or a character code. */)
DEFUN
(
"set-char-table-range"
,
Fset_char_table_range
,
Sset_char_table_range
,
3
,
3
,
0
,
doc
:
/* Set the value in CHAR-TABLE for a range of characters RANGE to VALUE.
RANGE should be t (for all characters), nil (for the default value)
a vector which identifies a character set
or
a row of a
character set,
a coding system
, or a character code. */
)
RANGE should be t (for all characters), nil (for the default value)
,
a character set,
a vector which identifies a character set
,
a row of a
character set
, or a character code.
Return VALUE.
*/
)
(
char_table
,
range
,
value
)
Lisp_Object
char_table
,
range
,
value
;
{
...
...
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