]> git.eshelyaron.com Git - emacs.git/commitdiff
(Coding Conventions): Minor cleanup.
authorRichard M. Stallman <rms@gnu.org>
Tue, 9 Aug 2005 12:09:36 +0000 (12:09 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 9 Aug 2005 12:09:36 +0000 (12:09 +0000)
lispref/tips.texi

index 6e3091558764b351521c452a32e7e190c4ef4fd7..3ec885eca66e9568544cf984937f5d27456d1ff7 100644 (file)
@@ -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