# HG changeset patch # User youngs # Date 1160873452 0 # Node ID e5c8780c8229d6bebca42f956a8dbce91984de24 # Parent 07325bcf3e1aacc56e637c71e992dea841729452 [xemacs-hg @ 2006-10-15 00:50:50 by youngs] 2006-10-14 Jeff Miller * info.el (Info-find-emacs-command-nodes): fix regex for find command node. diff -r 07325bcf3e1a -r e5c8780c8229 lisp/ChangeLog --- 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 + + * info.el (Info-find-emacs-command-nodes): fix regex for find + command node. + 2006-08-10 Vin Shelton * subr.el: Move string-to-char-list to obsolete.el. diff -r 07325bcf3e1a -r e5c8780c8229 lisp/info.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.