Skip to content

Commit 52d39a4

Browse files
author
Bozhidar Batsov
committed
Improve a docstring
1 parent 075521b commit 52d39a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clojure-mode.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
(declare-function lisp-fill-paragraph "lisp-mode" (&optional justify))
7777

7878
(defgroup clojure nil
79-
"A mode for Clojure"
79+
"Major mode for editing Clojure code."
8080
:prefix "clojure-"
8181
:group 'languages
8282
:link '(url-link :tag "Github" "https://github.com/clojure-emacs/clojure-mode")

0 commit comments

Comments
 (0)