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
e4a7fdfc
Commit
e4a7fdfc
authored
Dec 02, 1999
by
Gerd Moellmann
Browse files
(charsetp): Fix typo in docstring.
parent
fb29efe9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lisp/international/mule.el
lisp/international/mule.el
+1
-1
No files found.
lisp/international/mule.el
View file @
e4a7fdfc
...
...
@@ -110,7 +110,7 @@ Return t if file exists."
(< (aref vector 0) 160)))))
(defsubst charsetp (object)
"
T
i
s
OBJECT
is
a
charset.
"
"
T
i
f
OBJECT
is
a
charset.
"
(and (symbolp object) (vectorp (get object 'charset))))
(defsubst charset-info (charset)
...
...
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