diff options
| author | Yurii Rashkovskii <yrashk@gmail.com> | 2019-06-14 14:41:39 -0700 |
|---|---|---|
| committer | Yurii Rashkovskii <yrashk@gmail.com> | 2019-06-15 23:25:32 -0700 |
| commit | 6278dbf8c4df9e9fc63d0563c47ec778cd46cfd8 (patch) | |
| tree | d488f2ded8c5d0968fa53c5f0f2a45bc64710ea4 /pkgs/development/python-modules/python-mapnik/python-mapnik_std_optional.patch | |
| parent | e0818a15305561ea1ebe36203d914465fd71453d (diff) | |
picolisp: fix help functionality
Currently, trying to use help results in something like this:
```
: (help 'db)
========================================
w3m: Can't exec
=======================================
```
By including `w3m` as an input, the behaviour changes to:
```
: (help 'db)
========================================
(db 'sym 'cls ['hook] 'any ['sym 'any ..]) -> sym | NIL
Returns a database object of class cls, where the values for the sym arguments
correspond to the any arguments. If a matching object cannot be found, NIL is
returned. sym, cls and hook should specify a tree for cls or one of its
superclasses. See also aux, collect, request, fetch, init and step.
========================================
-> db
```
Diffstat (limited to 'pkgs/development/python-modules/python-mapnik/python-mapnik_std_optional.patch')
0 files changed, 0 insertions, 0 deletions
