aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1994-12-23 18:03:42 +0000
committerRichard M. Stallman1994-12-23 18:03:42 +0000
commit2c62739ddcc078e28673733a706f1204312006a0 (patch)
treeaf582f4a7f9d3fe46b5ddbdda7a71497542cd700
parentb9a5a6afd95c56a43a555e077781607e188d3c15 (diff)
downloademacs-2c62739ddcc078e28673733a706f1204312006a0.tar.gz
emacs-2c62739ddcc078e28673733a706f1204312006a0.zip
Give syntax of keywords.
-rw-r--r--lispref/tips.texi3
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
606This line lists keywords for the @code{finder-by-keyword} help command. 606This line lists keywords for the @code{finder-by-keyword} help command.
607This field is important; it's how people will find your package when 607This field is important; it's how people will find your package when
608they're looking for things by topic area. 608they're looking for things by topic area. To separate the keywords, you
609can 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