diff options
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) |
