[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/info.el
From: |
Kim F. Storm |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/info.el |
Date: |
Sun, 26 Jan 2003 12:51:54 -0500 |
Index: emacs/lisp/info.el
diff -c emacs/lisp/info.el:1.333 emacs/lisp/info.el:1.334
*** emacs/lisp/info.el:1.333 Fri Jan 24 21:44:07 2003
--- emacs/lisp/info.el Sun Jan 26 12:51:53 2003
***************
*** 1484,1490 ****
(skip-chars-forward " \t\n")
(let ((beg (point))
str i)
! (while (not (looking-at ":*[ \n]"))
(skip-chars-forward "^:")
(forward-char 1))
(setq str
--- 1484,1490 ----
(skip-chars-forward " \t\n")
(let ((beg (point))
str i)
! (while (not (looking-at ":*[,.;) \n]"))
(skip-chars-forward "^:")
(forward-char 1))
(setq str