Skip to content

Commit 7bc8748

Browse files
committed
Mention the newly added refactoring features
1 parent 1d6106e commit 7bc8748

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
# Clojure Mode
77

8-
Provides Emacs font-lock, indentation, and navigation for the
8+
Provides Emacs font-lock, indentation, navigation and refactoring for the
99
[Clojure(Script) programming language](http://clojure.org).
1010

1111
This document assumes you're familiar with Emacs. More thorough walkthroughs,

clojure-mode.el

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717

1818
;;; Commentary:
1919

20-
;; Provides font-lock, indentation, and navigation for the Clojure
21-
;; programming language (http://clojure.org).
20+
;; Provides font-lock, indentation, navigation and basic refactoring for the
21+
;; Clojure programming language (http://clojure.org).
2222

2323
;; Using clojure-mode with paredit or smartparens is highly recommended.
2424

0 commit comments

Comments
 (0)