diff options
| author | Bastien Guerry <bzg@altern.org> | 2013-01-22 15:00:56 (GMT) |
|---|---|---|
| committer | Bastien Guerry <bzg@altern.org> | 2013-01-22 15:00:56 (GMT) |
| commit | ecd9a1cc21f8e1f0282917a7b5cefa2c85cba521 (patch) | |
| tree | 9d33d0d1076801345e5cd663fa5907f149ffcd54 | |
| parent | 5a5ea5d112f714d11776c7c17bdad9abe52cbf8f (diff) | |
| download | org-mode-ecd9a1cc21f8e1f0282917a7b5cefa2c85cba521.zip org-mode-ecd9a1cc21f8e1f0282917a7b5cefa2c85cba521.tar.gz | |
org.texi (Checkboxes, Radio lists): Fix typos
* org.texi (Checkboxes, Radio lists): Fix typos.
| -rw-r--r-- | doc/org.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/org.texi b/doc/org.texi index 98b7bee..8754769 100644 --- a/doc/org.texi +++ b/doc/org.texi @@ -4487,7 +4487,7 @@ off a box while there are unchecked boxes above it. @orgcmd{C-c C-c,org-toggle-checkbox} Toggle checkbox status or (with prefix arg) checkbox presence at point. With a single prefix argument, add an empty checkbox or remove the current -one@footnote{`C-u C-c C-c' on the @emph{first} item of a list with no checkbox +one@footnote{@kbd{C-u C-c C-c} on the @emph{first} item of a list with no checkbox will add checkboxes to the rest of the list.}. With a double prefix argument, set it to @samp{[-]}, which is considered to be an intermediate state. @orgcmd{C-c C-x C-b,org-toggle-checkbox} @@ -15988,7 +15988,7 @@ Here is a @LaTeX{} example. Let's say that you have this in your \end@{comment@} @end example -Pressing `C-c C-c' on @code{a new house} and will insert the converted +Pressing @kbd{C-c C-c} on @code{a new house} and will insert the converted @LaTeX{} list between the two marker lines. @node Dynamic blocks, Special agenda views, Tables in arbitrary syntax, Hacking |
