* testing/lisp/test-org.el: The title of the Emacs manual is "The Emacs Editor".
This commit is contained in:
Achim Gratz 2014-07-29 21:55:47 +02:00
parent ec231c5db2
commit 547f6ee541
1 changed files with 1 additions and 1 deletions

View File

@ -1063,7 +1063,7 @@ drops support for Emacs 24.1 and 24.2."
(org-open-at-point)
(and (switch-to-buffer "*info*")
(prog1
(looking-at "\nOrg Mode Manual")
(looking-at "\nThe Emacs Editor")
(kill-buffer))))))