aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2005-08-09 12:09:36 +0000
committerRichard M. Stallman2005-08-09 12:09:36 +0000
commitfb5a74cd19ffc55245bfe300734929356dfef77c (patch)
tree5babc213b8cb7ed5d5c1bb768b64a0b8a74c5e19
parent32808f83562a90037e5ae45e21159cb4b53a7f95 (diff)
downloademacs-fb5a74cd19ffc55245bfe300734929356dfef77c.tar.gz
emacs-fb5a74cd19ffc55245bfe300734929356dfef77c.zip
(Coding Conventions): Minor cleanup.
-rw-r--r--lispref/tips.texi2
1 files changed, 1 insertions, 1 deletions
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
294no need to insert or delete elements (only lists allow that). 294no need to insert or delete elements (only lists allow that).
295 295
296@item 296@item
297The recommended way to print a message in the echo area is with 297The recommended way to show a message in the echo area is with
298the @code{message} function, not @code{princ}. @xref{The Echo Area}. 298the @code{message} function, not @code{princ}. @xref{The Echo Area}.
299 299
300@item 300@item