diff options
| author | David Aspinall | 1999-11-14 10:10:35 +0000 |
|---|---|---|
| committer | David Aspinall | 1999-11-14 10:10:35 +0000 |
| commit | 770b2a7bf3688ab2c1c475356054b2c1433b5496 (patch) | |
| tree | d63265b7441b0f371e4a06649360c10244215f6b /generic | |
| parent | 7b6cbefc4b2343309df594b9ce074d5981c62c4b (diff) | |
Fix to docstring magic (allow spaces after symbol).
Diffstat (limited to 'generic')
| -rw-r--r-- | generic/texi-docstring-magic.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/texi-docstring-magic.el b/generic/texi-docstring-magic.el index 9301eeae..b9de67f7 100644 --- a/generic/texi-docstring-magic.el +++ b/generic/texi-docstring-magic.el @@ -298,7 +298,7 @@ Markup as @code{stuff} or @lisp stuff @end lisp." (goto-char (point-min)) (let ((magic (concat "^" (regexp-quote texi-docstring-magic-comment) - "\\s-*\\(\\(\\w\\|\\-\\)+\\)$")) + "\\s-*\\(\\(\\w\\|\\-\\)+\\)\\s-*$")) p symbol) (while (re-search-forward magic nil t) |
