Remove control character.

This commit is contained in:
Georg Brandl 2011-01-06 18:21:24 +01:00
parent 772c94ef69
commit 549c800f0b

View File

@ -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)))))