瀏覽代碼

org.texi (In-buffer settings, Radio tables): Tiny fixes

* org.texi (In-buffer settings, Radio tables): Tiny fixes.
Bastien Guerry 11 年之前
父節點
當前提交
49b25fff59
共有 1 個文件被更改,包括 4 次插入4 次删除
  1. 4 4
      doc/org.texi

+ 4 - 4
doc/org.texi

@@ -15832,7 +15832,7 @@ The corresponding variable is @code{org-archive-location}.
 This line sets the category for the agenda file.  The category applies
 This line sets the category for the agenda file.  The category applies
 for all subsequent lines until the next @samp{#+CATEGORY} line, or the
 for all subsequent lines until the next @samp{#+CATEGORY} line, or the
 end of the file.  The first such line also applies to any entries before it.
 end of the file.  The first such line also applies to any entries before it.
-@item #+COLUMNS: %25ITEM .....
+@item #+COLUMNS: %25ITEM ...
 @cindex property, COLUMNS
 @cindex property, COLUMNS
 Set the default format for columns view.  This format applies when
 Set the default format for columns view.  This format applies when
 columns view is invoked in locations where no @code{COLUMNS} property
 columns view is invoked in locations where no @code{COLUMNS} property
@@ -15847,11 +15847,11 @@ The global version of this variable is
 @item #+FILETAGS: :tag1:tag2:tag3:
 @item #+FILETAGS: :tag1:tag2:tag3:
 Set tags that can be inherited by any entry in the file, including the
 Set tags that can be inherited by any entry in the file, including the
 top-level entries.
 top-level entries.
-@item #+DRAWERS: NAME1 .....
+@item #+DRAWERS: NAME1 ...
 @vindex org-drawers
 @vindex org-drawers
 Set the file-local set of additional drawers.  The corresponding global
 Set the file-local set of additional drawers.  The corresponding global
 variable is @code{org-drawers}.
 variable is @code{org-drawers}.
-@item #+LINK:  linkword replace
+@item #+LINK: linkword replace
 @vindex org-link-abbrev-alist
 @vindex org-link-abbrev-alist
 These lines (several are allowed) specify link abbreviations.
 These lines (several are allowed) specify link abbreviations.
 @xref{Link abbreviations}.  The corresponding variable is
 @xref{Link abbreviations}.  The corresponding variable is
@@ -16867,7 +16867,7 @@ Orgtbl mode how to translate this table and where to install it.  For
 example:
 example:
 @cindex #+ORGTBL
 @cindex #+ORGTBL
 @example
 @example
-#+ORGTBL: SEND table_name translation_function arguments....
+#+ORGTBL: SEND table_name translation_function arguments...
 @end example
 @end example
 
 
 @noindent
 @noindent