mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Remove control character.
This commit is contained in:
parent
772c94ef69
commit
549c800f0b
@ -212,7 +212,7 @@ Info files, try adding the following Emacs Lisp code to your start-up file,
|
|||||||
(widen) (goto-char (point-min))
|
(widen) (goto-char (point-min))
|
||||||
(when (re-search-forward
|
(when (re-search-forward
|
||||||
"^Generated by \\(Sphinx\\|Docutils\\)"
|
"^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)
|
(set (make-local-variable 'Info-hide-note-references)
|
||||||
'hide)))))
|
'hide)))))
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user