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

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

[elpa] 01/01: Add a link to the info manual to the customisation group


From: Mario Lang
Subject: [elpa] 01/01: Add a link to the info manual to the customisation group
Date: Wed, 04 Jun 2014 21:03:49 +0000

mlang pushed a commit to branch externals/chess
in repository elpa.

commit a1f20e80e9ddcbb554060c7b27fc242e033a2681
Author: Mario Lang <address@hidden>
Date:   Wed Jun 4 23:03:35 2014 +0200

    Add a link to the info manual to the customisation group
---
 chess.el |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/chess.el b/chess.el
index 0e13841..bb44c2d 100644
--- a/chess.el
+++ b/chess.el
@@ -86,9 +86,10 @@
 
 (defgroup chess nil
   "An Emacs chess playing program."
-  :group 'games)
+  :group 'games
+  :link '(custom-manual "(chess)Top"))
 
-(defconst chess-version "2.0.0"
+(defconst chess-version "2.0.1"
   "The version of the Emacs chess program.")
 
 (defcustom chess-default-display



reply via email to

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