فهرست منبع

org-table: fix docstring

* lisp/org-table.el (org-table-get): Fix docstring.
Aaron Ecay 11 سال پیش
والد
کامیت
5bb58daa22
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      lisp/org-table.el

+ 1 - 1
lisp/org-table.el

@@ -1175,7 +1175,7 @@ If LINE is larger than the number of data lines in the table, the function
 returns nil.  However, if COLUMN is too large, we will simply return an
 returns nil.  However, if COLUMN is too large, we will simply return an
 empty string.
 empty string.
 If LINE is nil, use the current line.
 If LINE is nil, use the current line.
-If column is nil, use the current column."
+If COLUMN is nil, use the current column."
   (setq column (or column (org-table-current-column)))
   (setq column (or column (org-table-current-column)))
   (save-excursion
   (save-excursion
     (and (or (not line) (org-table-goto-line line))
     (and (or (not line) (org-table-goto-line line))