projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e470881
)
; * src/nsfns.m (all_nonzero_ascii): comment correction
author
Mattias Engdegård
<mattiase@acm.org>
Mon, 21 Dec 2020 10:24:46 +0000
(11:24 +0100)
committer
Mattias Engdegård
<mattiase@acm.org>
Mon, 21 Dec 2020 15:11:32 +0000
(16:11 +0100)
src/nsfns.m
patch
|
blob
|
history
diff --git
a/src/nsfns.m
b/src/nsfns.m
index 1deddb0d38adaaedb67962222acd53c24c9df72d..f3c5a9ef6793f7021a064fb56c3878b8870ebf70 100644
(file)
--- a/
src/nsfns.m
+++ b/
src/nsfns.m
@@
-3010,7
+3010,7
@@
DEFUN ("ns-show-character-palette",
#endif
-/* Whether N bytes at STR are in the [
0
,127] range. */
+/* Whether N bytes at STR are in the [
1
,127] range. */
static bool
all_nonzero_ascii (unsigned char *str, ptrdiff_t n)
{