diff options
author | Karl Heuer <kwzh@gnu.org> | 1994-02-10 20:44:20 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1994-02-10 20:44:20 +0000 |
commit | 3a179e58d72c311d1745a1f11a21c2093a8ed48b (patch) | |
tree | 0adcf50a1db30bf9a00693f69afd400e3d8b3adf | |
parent | 8e718b4eb6fd3cfc5e7a077b89da9a24682e2019 (diff) | |
download | emacs-3a179e58d72c311d1745a1f11a21c2093a8ed48b.tar.gz |
Comment change.
-rw-r--r-- | src/xdisp.c | 3 |
1 files changed, 2 insertions, 1 deletions
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) |