emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master faf3613: ; * src/nsfns.m (all_nonzero_ascii): comment correction


From: Mattias Engdegård
Subject: master faf3613: ; * src/nsfns.m (all_nonzero_ascii): comment correction
Date: Mon, 21 Dec 2020 10:11:50 -0500 (EST)

branch: master
commit faf3613cba8571eaef2709bd7bb6f11a956b9262
Author: Mattias Engdegård <mattiase@acm.org>
Commit: Mattias Engdegård <mattiase@acm.org>

    ; * src/nsfns.m (all_nonzero_ascii): comment correction
---
 src/nsfns.m | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/nsfns.m b/src/nsfns.m
index 1deddb0..f3c5a9e 100644
--- 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)
 {



reply via email to

[Prev in Thread] Current Thread [Next in Thread]