From 547f6ee541f6d2394aa82d3ae0e8ce89ccbbdb1f Mon Sep 17 00:00:00 2001 From: Achim Gratz Date: Tue, 29 Jul 2014 21:55:47 +0200 Subject: [PATCH] Fix 1f3fefcba5 * testing/lisp/test-org.el: The title of the Emacs manual is "The Emacs Editor". --- testing/lisp/test-org.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/lisp/test-org.el b/testing/lisp/test-org.el index 853e46c87..36ef567ff 100644 --- a/testing/lisp/test-org.el +++ b/testing/lisp/test-org.el @@ -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)))))) -- 2.11.4.GIT