]> code.delx.au - gnu-emacs/commitdiff
(Info-search): Fix previous change.
authorRichard M. Stallman <rms@gnu.org>
Sat, 20 Nov 2004 14:09:10 +0000 (14:09 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 20 Nov 2004 14:09:10 +0000 (14:09 +0000)
lisp/info.el

index ee59fa0d3a93ed83c3b91506cfc282192bddda09..4e98eccd04cde16b465338e8f6dd176e00a24add 100644 (file)
@@ -1492,7 +1492,7 @@ If DIRECTION is `backward', search in the reverse direction."
                            (save-excursion
                              (and (search-backward "\^_" nil t)
                                   (looking-at "\^_\nTag Table"))))))
-           (let ((search-whitespace-regexp
+           (let ((search-spaces-regexp
                   Info-search-whitespace-regexp))
              (if (if backward
                      (re-search-backward regexp bound t)