diff options
| -rw-r--r-- | lispref/tips.texi | 2 |
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 | |||
| 294 | no need to insert or delete elements (only lists allow that). | 294 | no need to insert or delete elements (only lists allow that). |
| 295 | 295 | ||
| 296 | @item | 296 | @item |
| 297 | The recommended way to print a message in the echo area is with | 297 | The recommended way to show a message in the echo area is with |
| 298 | the @code{message} function, not @code{princ}. @xref{The Echo Area}. | 298 | the @code{message} function, not @code{princ}. @xref{The Echo Area}. |
| 299 | 299 | ||
| 300 | @item | 300 | @item |