projects
/
elisp
/
apel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1c7ccde
)
(char-octet): fix typo.
author
morioka
<morioka>
Sun, 25 Oct 1998 18:21:48 +0000
(18:21 +0000)
committer
morioka
<morioka>
Sun, 25 Oct 1998 18:21:48 +0000
(18:21 +0000)
poem.el
patch
|
blob
|
history
diff --git
a/poem.el
b/poem.el
index
74481b9
..
63f670f
100644
(file)
--- a/
poem.el
+++ b/
poem.el
@@
-76,7
+76,7
@@
If STRING is multibyte, the result is STRING itself.
(defun-maybe char-octet (ch &optional n)
"Return the octet numbered N (should be 0 or 1) of char CH.
-N defaults to 0 if omitted. [XEmacs-mule emulating function]""
+N defaults to 0 if omitted. [XEmacs-mule emulating function]"
(or (nth (if n
1
(1+ n))