]> git.eshelyaron.com Git - emacs.git/commitdiff
; * src/nsfns.m (all_nonzero_ascii): comment correction
authorMattias Engdegård <mattiase@acm.org>
Mon, 21 Dec 2020 10:24:46 +0000 (11:24 +0100)
committerMattias Engdegård <mattiase@acm.org>
Mon, 21 Dec 2020 15:11:32 +0000 (16:11 +0100)
src/nsfns.m

index 1deddb0d38adaaedb67962222acd53c24c9df72d..f3c5a9ef6793f7021a064fb56c3878b8870ebf70 100644 (file)
@@ -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)
 {