Skip to content

Commit 0e50648

Browse files
author
Bozhidar Batsov
committed
Adjust a docstring
1 parent 91b4412 commit 0e50648

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
@@ -913,7 +913,7 @@ returned."
913913
(set-mark (clojure-string-end)))
914914

915915
(defun clojure-toggle-keyword-string ()
916-
"Convert the string or keyword at (point) from string->keyword or keyword->string."
916+
"Convert the string or keyword at point to keyword or string."
917917
(interactive)
918918
(let ((original-point (point)))
919919
(while (and (> (point) 1)

0 commit comments

Comments
 (0)