diff options
| author | Arun Isaac | 2026-09-23 01:53:28 +0100 |
|---|---|---|
| committer | Arun Isaac | 2026-09-23 02:00:52 +0100 |
| commit | 92d8cfc7b79c2b5ed46bf14834328d49d82eb3e3 (patch) | |
| tree | 94f2bf2b1a232b075f74a7ba28a99bfa049759c7 | |
| parent | f60be87fa686b45e1cea25294966b204a98863d4 (diff) | |
| download | guile-xapian-92d8cfc7b79c2b5ed46bf14834328d49d82eb3e3.tar.gz guile-xapian-92d8cfc7b79c2b5ed46bf14834328d49d82eb3e3.tar.lz guile-xapian-92d8cfc7b79c2b5ed46bf14834328d49d82eb3e3.zip | |
Produce docstring em dash in Texinfo.
| -rw-r--r-- | xapian/xapian.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xapian/xapian.scm b/xapian/xapian.scm index dbdfb44..b104cfd 100644 --- a/xapian/xapian.scm +++ b/xapian/xapian.scm @@ -372,7 +372,7 @@ either the begin string or the end string will be @code{#f}. @var{prefix} is a prefix to look for to recognize values as belonging to this range. When @var{repeated?} is @code{#t}, allow @var{prefix} -on both ends of the range—@samp{$1..$10}." +on both ends of the range---@samp{$1..$10}." (new-GuileXapianRangeProcessorWrapper slot prefix |
