branch: elpa/drupal-mode
commit e3bfd959f37ae841c6f27d834e780780a4b04f7f
Author: Arne Jørgensen <[email protected]>
Commit: Arne Jørgensen <[email protected]>

    Use `info' instead of `info-display-manual'.
    
    `info' is also supported by Emacs' before 24.
---
 drupal-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drupal-mode.el b/drupal-mode.el
index 595b47a887..56c06d9d3a 100644
--- a/drupal-mode.el
+++ b/drupal-mode.el
@@ -124,7 +124,7 @@ According to http://drupal.org/coding-standards#indenting.";
 (defun drupal-mode-manual ()
   "Go to the Drupal Mode info page."
   (interactive)
-  (info-display-manual "drupal-mode"))
+  (info "drupal-mode"))
 
 
 

Reply via email to