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
e2b6daf4
Commit
e2b6daf4
authored
Sep 18, 2009
by
Chong Yidong
Browse files
* syntax.c (Fchar_syntax): Minor doc fix (Bug#119).
parent
d798ba87
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/syntax.c
src/syntax.c
+2
-2
No files found.
src/syntax.c
View file @
e2b6daf4
...
...
@@ -851,8 +851,8 @@ static Lisp_Object Vsyntax_code_object;
DEFUN
(
"char-syntax"
,
Fchar_syntax
,
Schar_syntax
,
1
,
1
,
0
,
doc
:
/* Return the syntax code of CHARACTER, described by a character.
For example, if CHARACTER is a word constituent,
the
character `w' is returned.
For example, if CHARACTER is a word constituent,
the
character `w'
(119)
is returned.
The characters that correspond to various syntax codes
are listed in the documentation of `modify-syntax-entry'. */
)
(
character
)
...
...
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