diff options
author | Richard M. Stallman <rms@gnu.org> | 2004-11-20 14:09:10 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2004-11-20 14:09:10 +0000 |
commit | 78b9dd307a925f5a3c38745c82befbed9bfe694a (patch) | |
tree | 83d4d21d4bd98462473462b595432020bd46f162 /lisp | |
parent | fe83e8de20de9a2594047c4b1543a9bef958848b (diff) | |
download | emacs-78b9dd307a925f5a3c38745c82befbed9bfe694a.tar.gz |
(Info-search): Fix previous change.
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/info.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/info.el b/lisp/info.el index ee59fa0d3a9..4e98eccd04c 100644 --- a/lisp/info.el +++ b/lisp/info.el @@ -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) |