@@ -185,8 +185,8 @@ HEADER is the string displayed in the header.
185185@item
186186WIDTH is the width of the column.
187187@item
188- SORT is a boolean or a function. If it is t , then the column can
189- be sorted alphanumerically, if it is nil then it can not. If it
188+ SORT is a boolean or a function. If it is @code { t } , then the column can
189+ be sorted alphanumerically, if it is @code { nil } then it can not. If it
190190is a function then that is used as @code {sort }'s PREDICATE@.
191191
192192@item
@@ -300,7 +300,7 @@ displaying information about an Epkg package in a help buffer.
300300Each element of the list can be a function, a slot symbol, or @code {nil }.
301301Functions are called with one argument, the Epkg object, and should
302302insert a representation of the value at point. Raw slot symbols
303- cause its non-nil value to be inserted as-is. If a slot's value is
303+ cause its non-@code { nil } value to be inserted as-is. If a slot's value is
304304@code {nil }, then nothing is inserted. Elements that are @code {nil } stand for
305305empty lines.
306306@end defopt
@@ -480,13 +480,13 @@ This function returns a list of @code{epkg-package} objects, column
480480values or database rows. The list is ordered by the package
481481names in ascending order.
482482
483- If optional SELECT is non-nil, then it has to be symbol naming
483+ If optional SELECT is non-@code { nil } , then it has to be symbol naming
484484a column in the @code {packages } table or a vector of such columns.
485485In those cases the returned value is a list of column values
486- or a list of database rows. If SELECT is nil, return a list
486+ or a list of database rows. If SELECT is @code { nil } , return a list
487487of objects.
488488
489- If optional TYPES is non-nil, then it has to be a vector of
489+ If optional TYPES is non-@code { nil } , then it has to be a vector of
490490package types, such as @code {github }. To include subtypes, add an
491491asterisk to the symbol name, e.g., @code {mirrored* }. For backward
492492compatibility, TYPES can also be a list of predicate functions
@@ -520,7 +520,7 @@ PACKAGE@. PACKAGE is an @code{epkg-package} object or a package name, a
520520string.
521521
522522Bundled features are excluded from the returned list unless
523- optional INCLUDE-BUNDLED is non-nil.
523+ optional INCLUDE-BUNDLED is non-@code { nil } .
524524@end defun
525525
526526@defun epkg-required package
@@ -573,16 +573,16 @@ because the latter is longer and an implementation detail.
573573@defun epkg-package-types subtypes
574574This function returns a list of all package types.
575575
576- If optional SUBTYPES is non-nil, then it also returns symbols of the
576+ If optional SUBTYPES is non-@code { nil } , then it also returns symbols of the
577577form @code {TYPE* }, which stands for "@code {TYPE } and its subtypes".
578578@end defun
579579
580580@defun epkg-read-type prompt &optional default subtypes
581581This function reads an Epkg type in the minibuffer and returns it as
582582a symbol.
583583
584- If optional DEFAULT is non-nil, then that is offered as default
585- choice. If optional CHILDP is non-nil, then entries of the form
584+ If optional DEFAULT is non-@code { nil } , then that is offered as default
585+ choice. If optional CHILDP is non-@code { nil } , then entries of the form
586586@code {TYPE* }, which stands for "@code {TYPE } and its subtypes", are also offered
587587as completion candidates.
588588@end defun
@@ -591,7 +591,7 @@ as completion candidates.
591591This function reads the name of an Epkg package in the minibuffer
592592and returns it as a string.
593593
594- Optional DEFAULT, if non-nil, is offered as default choice.
594+ Optional DEFAULT, if non-@code { nil } , is offered as default choice.
595595@end defun
596596
597597@node Querying the Database
0 commit comments