We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15e6ea8 commit 2cc59e9Copy full SHA for 2cc59e9
clojure-mode.el
@@ -1092,7 +1092,9 @@ Useful if a file has been renamed."
1092
(error "Namespace not found")))))))
1093
1094
(defun clojure-find-ns ()
1095
- "Find the namespace of the current Clojure buffer."
+ "Return the namespace of the current Clojure buffer.
1096
+Return the namespace closest to point and above it. If there are
1097
+no namespaces above point, return the first one in the buffer."
1098
(save-excursion
1099
(save-restriction
1100
(widen)
0 commit comments