Mercurial > emacs
changeset 64846:c73bec99da0b
(Coding Conventions): Minor cleanup.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 09 Aug 2005 12:09:36 +0000 |
parents | 583d71cf38e2 |
children | ac757cf8a328 |
files | lispref/tips.texi |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lispref/tips.texi Tue Aug 09 12:09:14 2005 +0000 +++ b/lispref/tips.texi Tue Aug 09 12:09:36 2005 +0000 @@ -294,7 +294,7 @@ 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