summaryrefslogtreecommitdiff
path: root/cider-util.el
diff options
context:
space:
mode:
authorChaitanya Koparkar <ckoparkar@live.in>2016-04-06 12:29:50 +0530
committerBozhidar Batsov <bozhidar.batsov@gmail.com>2016-04-06 09:59:50 +0300
commit140bb130f17ec9eb5db73133c60bc8269938e467 (patch)
treec383bf71b6d6d874f5a6c60f9bedc499e9a86302 /cider-util.el
parentd3725e9c5826871e137968af7247cb88ba97e2cc (diff)
[#1352] Documentation complies with checkdoc style
Diffstat (limited to 'cider-util.el')
-rw-r--r--cider-util.el5
1 files changed, 3 insertions, 2 deletions
diff --git a/cider-util.el b/cider-util.el
index d0192cdb..6020a1e5 100644
--- a/cider-util.el
+++ b/cider-util.el
@@ -178,7 +178,7 @@ Can only error if SKIP is non-nil."
(cons (pop plist) (cider-intern-keys plist)))))
(defmacro cider-propertize-region (props &rest body)
- "Execute BODY and add PROPS to all the text it inserts.
+ "Execute BODY and add PROPS to all the inserted text.
More precisely, PROPS are added to the region between the point's
positions before and after executing BODY."
(declare (indent 1))
@@ -561,7 +561,8 @@ Any other value is just returned."
(message (cider-random-tip)))
(defun cider-column-number-at-pos (pos)
- "Analog to `line-number-at-pos'."
+ "Analog to `line-number-at-pos'.
+Return buffer column number at position POS."
(save-excursion (goto-char pos) (current-column)))
(defun cider-propertize (text kind)