summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2004-11-20 14:09:10 +0000
committerRichard M. Stallman <rms@gnu.org>2004-11-20 14:09:10 +0000
commit78b9dd307a925f5a3c38745c82befbed9bfe694a (patch)
tree83d4d21d4bd98462473462b595432020bd46f162 /lisp
parentfe83e8de20de9a2594047c4b1543a9bef958848b (diff)
downloademacs-78b9dd307a925f5a3c38745c82befbed9bfe694a.tar.gz
(Info-search): Fix previous change.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/info.el2
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)