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
8f7e5042
Commit
8f7e5042
authored
May 23, 2002
by
Dave Love
Browse files
(Fmodify_category_entry): Doc fix. Remove unused
vars.
parent
10c7550e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
src/category.c
src/category.c
+4
-3
No files found.
src/category.c
View file @
8f7e5042
...
@@ -326,15 +326,16 @@ DEFUN ("modify-category-entry", Fmodify_category_entry,
...
@@ -326,15 +326,16 @@ DEFUN ("modify-category-entry", Fmodify_category_entry,
Smodify_category_entry
,
2
,
4
,
0
,
Smodify_category_entry
,
2
,
4
,
0
,
doc
:
/* Modify the category set of CHARACTER by adding CATEGORY to it.
doc
:
/* Modify the category set of CHARACTER by adding CATEGORY to it.
The category is changed only for table TABLE, which defaults to
The category is changed only for table TABLE, which defaults to
the current buffer's category table.
the current buffer's category table.
CHARACTER can be either a single character or a cons representing the
lower and upper ends of an inclusive character range to modify.
If optional fourth argument RESET is non-nil,
If optional fourth argument RESET is non-nil,
then delete CATEGORY from the category set instead of adding it. */
)
then delete CATEGORY from the category set instead of adding it. */
)
(
character
,
category
,
table
,
reset
)
(
character
,
category
,
table
,
reset
)
Lisp_Object
character
,
category
,
table
,
reset
;
Lisp_Object
character
,
category
,
table
,
reset
;
{
{
int
c
,
charset
,
c1
,
c2
;
Lisp_Object
set_value
;
/* Actual value to be set in category sets. */
Lisp_Object
set_value
;
/* Actual value to be set in category sets. */
Lisp_Object
val
,
category_set
;
Lisp_Object
category_set
;
int
start
,
end
;
int
start
,
end
;
int
from
,
to
;
int
from
,
to
;
...
...
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