aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lispref/tips.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/lispref/tips.texi b/lispref/tips.texi
index 6e309155876..3ec885eca66 100644
--- a/lispref/tips.texi
+++ b/lispref/tips.texi
@@ -294,7 +294,7 @@ accessed in random order (not searched front to back), provided there is
294no need to insert or delete elements (only lists allow that). 294no need to insert or delete elements (only lists allow that).
295 295
296@item 296@item
297The recommended way to print a message in the echo area is with 297The recommended way to show a message in the echo area is with
298the @code{message} function, not @code{princ}. @xref{The Echo Area}. 298the @code{message} function, not @code{princ}. @xref{The Echo Area}.
299 299
300@item 300@item