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
15c6d837
Commit
15c6d837
authored
Sep 12, 2013
by
Xue Fuqiao
Browse files
* src/charset.c (char_charset): Document an exception for char-charset.
parent
99d8e6d6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
src/ChangeLog
src/ChangeLog
+4
-0
src/charset.c
src/charset.c
+2
-0
No files found.
src/ChangeLog
View file @
15c6d837
2013-09-12 Xue Fuqiao <xfq.free@gmail.com>
* charset.c (char_charset): Document an exception for char-charset.
2013-09-12 Dmitry Antipov <dmantipov@yandex.ru>
* xterm.h (x_display_info): New field last_user_time...
...
...
src/charset.c
View file @
15c6d837
...
...
@@ -2053,6 +2053,8 @@ CH in the charset. */)
DEFUN
(
"char-charset"
,
Fchar_charset
,
Schar_charset
,
1
,
2
,
0
,
doc
:
/* Return the charset of highest priority that contains CH.
ASCII characters are an exception: for them, this function always
returns `ascii'.
If optional 2nd arg RESTRICTION is non-nil, it is a list of charsets
from which to find the charset. It may also be a coding system. In
that case, find the charset from what supported by that coding system. */
)
...
...
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