emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/drupal-mode e3bfd959f3 006/308: Use `info' instead of `inf


From: ELPA Syncer
Subject: [nongnu] elpa/drupal-mode e3bfd959f3 006/308: Use `info' instead of `info-display-manual'.
Date: Tue, 25 Jan 2022 10:59:01 -0500 (EST)

branch: elpa/drupal-mode
commit e3bfd959f37ae841c6f27d834e780780a4b04f7f
Author: Arne Jørgensen <arne@arnested.dk>
Commit: Arne Jørgensen <arne@arnested.dk>

    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

[Prev in Thread] Current Thread [Next in Thread]