diff --git a/README.md b/README.md index b5f2aa4..e7b21f4 100644 --- a/README.md +++ b/README.md @@ -3118,7 +3118,6 @@ assign copyright to the Free Software Foundation. Copyright (C) 2012-2016 Free Software Foundation, Inc. Authors: Magnar Sveen -Keywords: lists This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/dash-functional.el b/dash-functional.el index e30742b..53f5a88 100644 --- a/dash-functional.el +++ b/dash-functional.el @@ -6,7 +6,7 @@ ;; Magnar Sveen ;; Version: 1.2.0 ;; Package-Requires: ((dash "2.0.0") (emacs "24")) -;; Keywords: lisp functions combinators +;; Keywords: extensions, lisp ;; This program is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by diff --git a/dash.el b/dash.el index f1a1cfa..eab6bc2 100644 --- a/dash.el +++ b/dash.el @@ -40,7 +40,8 @@ (require 'cl))) (defgroup dash () - "Customize group for dash.el" + "Customize group for Dash, a modern list library." + :group 'extensions :group 'lisp :prefix "dash-") diff --git a/readme-template.md b/readme-template.md index 7520148..9df54c6 100644 --- a/readme-template.md +++ b/readme-template.md @@ -310,7 +310,6 @@ assign copyright to the Free Software Foundation. Copyright (C) 2012-2016 Free Software Foundation, Inc. Authors: Magnar Sveen -Keywords: lists This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by