Browse Source

Fix 1f3fefcba5

* testing/lisp/test-org.el: The title of the Emacs manual is "The Emacs Editor".
Achim Gratz 10 years ago
parent
commit
547f6ee541
1 changed files with 1 additions and 1 deletions
  1. 1 1
      testing/lisp/test-org.el

+ 1 - 1
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))))))