# HG changeset patch # User Juanma Barranquero # Date 1164635636 0 # Node ID 4accd8d9cc3c975a4e828bea9f64d0f543bfc6d0 # Parent 0b8c05c54956767b4a67a0c0a3e35d7a0d04974f (info-lookup-guess-custom-symbol): "?\ " -> "?\s". diff -r 0b8c05c54956 -r 4accd8d9cc3c lisp/info-look.el --- a/lisp/info-look.el Mon Nov 27 13:53:11 2006 +0000 +++ b/lisp/info-look.el Mon Nov 27 13:53:56 2006 +0000 @@ -583,7 +583,7 @@ (point) 'face nil (line-end-position))) (> end beg)) (subst-char-in-string - ?\ ?\- (buffer-substring-no-properties beg end))) + ?\s ?\- (buffer-substring-no-properties beg end))) ((or (and (looking-at (concat "[" significant-chars "]")) (save-excursion (skip-chars-backward significant-chars)