From: Richard M. Stallman Date: Tue, 9 Aug 2005 12:09:36 +0000 (+0000) Subject: (Coding Conventions): Minor cleanup. X-Git-Tag: emacs-pretest-22.0.90~7690 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=fb5a74cd19ffc55245bfe300734929356dfef77c;p=emacs.git (Coding Conventions): Minor cleanup. --- 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