diff options
| author | Richard M. Stallman | 1994-12-23 18:03:42 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-12-23 18:03:42 +0000 |
| commit | 2c62739ddcc078e28673733a706f1204312006a0 (patch) | |
| tree | af582f4a7f9d3fe46b5ddbdda7a71497542cd700 | |
| parent | b9a5a6afd95c56a43a555e077781607e188d3c15 (diff) | |
| download | emacs-2c62739ddcc078e28673733a706f1204312006a0.tar.gz emacs-2c62739ddcc078e28673733a706f1204312006a0.zip | |
Give syntax of keywords.
| -rw-r--r-- | lispref/tips.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lispref/tips.texi b/lispref/tips.texi index a582202926b..d6fdb318812 100644 --- a/lispref/tips.texi +++ b/lispref/tips.texi | |||
| @@ -605,7 +605,8 @@ example). | |||
| 605 | @item Keywords | 605 | @item Keywords |
| 606 | This line lists keywords for the @code{finder-by-keyword} help command. | 606 | This line lists keywords for the @code{finder-by-keyword} help command. |
| 607 | This field is important; it's how people will find your package when | 607 | This field is important; it's how people will find your package when |
| 608 | they're looking for things by topic area. | 608 | they're looking for things by topic area. To separate the keywords, you |
| 609 | can use spaces, commas, or both. | ||
| 609 | @end table | 610 | @end table |
| 610 | 611 | ||
| 611 | Just about every Lisp library ought to have the @samp{Author} and | 612 | Just about every Lisp library ought to have the @samp{Author} and |