瀏覽代碼

org-colview: Fix typo in a docstring

* lisp/org-colview.el (org-columns--value): Fix typo.
Nicolas Goaziou 9 年之前
父節點
當前提交
0359f7550a
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lisp/org-colview.el

+ 1 - 1
lisp/org-colview.el

@@ -147,7 +147,7 @@ This is the compiled version of the format.")
     ["Quit" org-columns-quit t]))
 
 (defun org-columns--value (property pos)
-  "Return value for PROPERTY at buffer position POS"
+  "Return value for PROPERTY at buffer position POS."
   (or (cdr (assoc-string property (get-text-property pos 'org-summaries) t))
       (org-entry-get pos property 'selective t)))