From fb5a74cd19ffc55245bfe300734929356dfef77c Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 9 Aug 2005 12:09:36 +0000 Subject: [PATCH] (Coding Conventions): Minor cleanup. --- lispref/tips.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 no need to insert or delete elements (only lists allow that). @item -The recommended way to print a message in the echo area is with +The recommended way to show a message in the echo area is with the @code{message} function, not @code{princ}. @xref{The Echo Area}. @item -- 2.39.2