]> git.eshelyaron.com Git - emacs.git/commitdiff
* info.el (Info-file-list-for-emacs): Add "tramp" and "dbus".
authorMichael Albinus <michael.albinus@gmx.de>
Fri, 12 Apr 2013 13:56:03 +0000 (15:56 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Fri, 12 Apr 2013 13:56:03 +0000 (15:56 +0200)
lisp/ChangeLog
lisp/info.el

index c7ac52fac32921d3d5b53c05976ba93cd3484e26..6054ed3c213ed41a244f73f81d2871dadf434192 100644 (file)
@@ -1,3 +1,7 @@
+2013-04-12  Michael Albinus  <michael.albinus@gmx.de>
+
+       * info.el (Info-file-list-for-emacs): Add "tramp" and "dbus".
+
 2013-04-10  Tassilo Horn  <tsdh@gnu.org>
 
        * textmodes/reftex-cite.el (reftex-parse-bibtex-entry): Don't cut
index 4679b51b9999ea07dbdd8c159742387d4457d7ce..58ebf0b17dae8924ed79920c74a655a1c4d7f9b5 100644 (file)
@@ -4383,7 +4383,8 @@ This feature will be removed in future.")
     ("ietf-drums" . "emacs-mime")  ("quoted-printable" . "emacs-mime")
     ("binhex" . "emacs-mime") ("uudecode" . "emacs-mime")
     ("mailcap" . "emacs-mime") ("mm" . "emacs-mime")
-    ("mml" . "emacs-mime"))
+    ("mml" . "emacs-mime")
+    "tramp" "dbus")
   "List of Info files that describe Emacs commands.
 An element can be a file name, or a list of the form (PREFIX . FILE)
 where PREFIX is a name prefix and FILE is the file to look in.