Procházet zdrojové kódy

Fix 1f3fefcba5

* testing/lisp/test-org.el: The title of the Emacs manual is "The Emacs Editor".
Achim Gratz před 11 roky
rodič
revize
547f6ee541
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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))))))