[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#6206: 23.1; docstring info node links with newlines
|
From: |
Kevin Ryde |
|
Subject: |
bug#6206: 23.1; docstring info node links with newlines |
|
Date: |
Thu, 20 May 2010 09:25:02 +1000 |
|
User-agent: |
Gnus/5.110011 (No Gnus v0.11) Emacs/23.1 (gnu/linux) |
Andreas Schwab <address@hidden> writes:
>
> Should this also handle indentation? (Info generally does.)
I suppose indentation would be unusual in a docstring, but it could be
worth letting anything help-xref-info-regexp matches work. Perhaps runs
of whitespace,
(replace-regexp-in-string "\\s-+" " " data t t)