aboutsummaryrefslogtreecommitdiffstats
path: root/lispref/tips.texi
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>2005-08-09 12:09:36 +0000
committerRichard M. Stallman <[email protected]>2005-08-09 12:09:36 +0000
commitfb5a74cd19ffc55245bfe300734929356dfef77c (patch)
tree5babc213b8cb7ed5d5c1bb768b64a0b8a74c5e19 /lispref/tips.texi
parent32808f83562a90037e5ae45e21159cb4b53a7f95 (diff)
(Coding Conventions): Minor cleanup.
Diffstat (limited to 'lispref/tips.texi')
-rw-r--r--lispref/tips.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/lispref/tips.texi b/lispref/tips.texi
index 6e30915587..3ec885eca6 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