Преглед изворни кода

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)))