From 3a179e58d72c311d1745a1f11a21c2093a8ed48b Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Thu, 10 Feb 1994 20:44:20 +0000 Subject: [PATCH] Comment change. --- src/xdisp.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/xdisp.c b/src/xdisp.c index bd6165b9e59..24120fd83bb 100644 --- a/src/xdisp.c +++ b/src/xdisp.c @@ -239,7 +239,8 @@ message1 (m) } /* Display an echo area message M with a specified length of LEN chars. - This way, null characters can be included. */ + This way, null characters can be included. Do not pass text that is + stored in a Lisp string. */ void message2 (m, len) -- 2.39.5