Mercurial > emacs
changeset 74232:4accd8d9cc3c
(info-lookup-guess-custom-symbol): "?\ " -> "?\s".
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Mon, 27 Nov 2006 13:53:56 +0000 |
parents | 0b8c05c54956 |
children | 4267b07f90ba |
files | lisp/info-look.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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)