diff options
| -rw-r--r-- | lisp/info.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/info.el b/lisp/info.el index f25c5b2d0b5..42c9889d8e3 100644 --- a/lisp/info.el +++ b/lisp/info.el | |||
| @@ -1484,7 +1484,7 @@ FOOTNOTENAME may be an abbreviation of the reference name." | |||
| 1484 | (skip-chars-forward " \t\n") | 1484 | (skip-chars-forward " \t\n") |
| 1485 | (let ((beg (point)) | 1485 | (let ((beg (point)) |
| 1486 | str i) | 1486 | str i) |
| 1487 | (while (not (looking-at ":*[ \n]")) | 1487 | (while (not (looking-at ":*[,.;) \n]")) |
| 1488 | (skip-chars-forward "^:") | 1488 | (skip-chars-forward "^:") |
| 1489 | (forward-char 1)) | 1489 | (forward-char 1)) |
| 1490 | (setq str | 1490 | (setq str |