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
f6d2f045
Commit
f6d2f045
authored
Oct 25, 2008
by
Kenichi Handa
Browse files
(Fdefine_category): Docstring modified for DOCSTRING.
parent
ea6c930a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
src/category.c
src/category.c
+3
-1
No files found.
src/category.c
View file @
f6d2f045
...
...
@@ -95,7 +95,9 @@ Lisp_Object check_category_table ();
DEFUN
(
"define-category"
,
Fdefine_category
,
Sdefine_category
,
2
,
3
,
0
,
doc
:
/* Define CATEGORY as a category which is described by DOCSTRING.
CATEGORY should be an ASCII printing character in the range ` ' to `~'.
DOCSTRING is the documentation string of the category.
DOCSTRING is the documentation string of the category. The first line
should be a terse text (preferably less than 16 characters),
and the rest lines should be the full description.
The category is defined only in category table TABLE, which defaults to
the current buffer's category table. */
)
(
category
,
docstring
,
table
)
...
...
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