Mercurial > hg > xemacs-beta
diff lisp/info.el @ 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 | ab71ad6ff3dd |
children | 3b847cba6d71 |
line wrap: on
line diff
--- 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.