Mercurial > hg > xemacs-beta
changeset 3625:e5c8780c8229
[xemacs-hg @ 2006-10-15 00:50:50 by youngs]
2006-10-14 Jeff Miller <jmiller@xemacs.org>
* info.el (Info-find-emacs-command-nodes): fix regex for find
command node.
author | youngs |
---|---|
date | Sun, 15 Oct 2006 00:50:52 +0000 |
parents | 07325bcf3e1a |
children | 0f55825bd38c |
files | lisp/ChangeLog lisp/info.el |
diffstat | 2 files changed, 6 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Sat Oct 14 21:51:03 2006 +0000 +++ b/lisp/ChangeLog Sun Oct 15 00:50:52 2006 +0000 @@ -1,3 +1,8 @@ +2006-10-14 Jeff Miller <jmiller@xemacs.org> + + * info.el (Info-find-emacs-command-nodes): fix regex for find + command node. + 2006-08-10 Vin Shelton <acs@xemacs.org> * subr.el: Move string-to-char-list to obsolete.el.
--- a/lisp/info.el Sat Oct 14 21:51:03 2006 +0000 +++ b/lisp/info.el Sun Oct 15 00:50:52 2006 +0000 @@ -3117,7 +3117,7 @@ \(FILENAME NODENAME BUFFERPOS\)." (let ((where '()) (cmd-desc (concat "^\\* " (regexp-quote (symbol-name command)) - ":\\s *\\(.*\\)\\.$"))) + ":\\s *\\(.*\\)\\."))) (save-excursion (Info-find-node "XEmacs" "Command Index") ;; Take the index node off the Info history.