diff lisp/info-look.el @ 74232:4accd8d9cc3c

(info-lookup-guess-custom-symbol): "?\ " -> "?\s".
author Juanma Barranquero <lekktu@gmail.com>
date Mon, 27 Nov 2006 13:53:56 +0000
parents 1cf33b77992b
children e3694f1cb928 f1d13e615070
line wrap: on
line diff
--- 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)