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 5af0787d505..cbd6e852d78 100644 --- a/lisp/info.el +++ b/lisp/info.el | |||
| @@ -1486,7 +1486,7 @@ FOOTNOTENAME may be an abbreviation of the reference name." | |||
| 1486 | (skip-chars-forward " \t\n") | 1486 | (skip-chars-forward " \t\n") |
| 1487 | (let ((beg (point)) | 1487 | (let ((beg (point)) |
| 1488 | str i) | 1488 | str i) |
| 1489 | (while (not (looking-at ":*[,.;) \t\n]")) | 1489 | (while (not (looking-at ":*[,.;() \t\n]")) |
| 1490 | (skip-chars-forward "^:") | 1490 | (skip-chars-forward "^:") |
| 1491 | (forward-char 1)) | 1491 | (forward-char 1)) |
| 1492 | (setq str | 1492 | (setq str |