From 375bef7916ecc11d82bb9be2ce309b6ab3b4b950 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Thu, 6 Jan 2011 18:21:24 +0100 Subject: Remove control character. --- doc/faq.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/faq.rst b/doc/faq.rst index c92067f0..a0f00855 100644 --- a/doc/faq.rst +++ b/doc/faq.rst @@ -212,7 +212,7 @@ Info files, try adding the following Emacs Lisp code to your start-up file, (widen) (goto-char (point-min)) (when (re-search-forward "^Generated by \\(Sphinx\\|Docutils\\)" - (save-excursion (search-forward "" nil t)) t) + (save-excursion (search-forward "^_" nil t)) t) (set (make-local-variable 'Info-hide-note-references) 'hide))))) -- cgit v1.2.1