summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Guerry <bzg@altern.org>2014-12-01 17:04:36 +0100
committerBastien Guerry <bzg@altern.org>2014-12-01 17:04:36 +0100
commit9aa58fa8529b349d1debd0ced19307b0af3be3be (patch)
tree323ac28cc2ee479dc7671dd3b7e38d0314b07c60
parent24be2573a9a8500b46c7bf65af7b34605d135359 (diff)
downloadorg-mode-9aa58fa.tar.gz
org.texi: Document `org-table-blank-field'
* doc/org.texi: Document `org-table-blank-field'. Thanks to Vicente Vera for suggesting this.
-rw-r--r--doc/org.texi3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/org.texi b/doc/org.texi
index d508c06..15830fc 100644
--- a/doc/org.texi
+++ b/doc/org.texi
@@ -2150,6 +2150,9 @@ table. But it is easier just to start typing, like
@orgcmd{C-c C-c,org-table-align}
Re-align the table and don't move to another field.
@c
+@orgcmd{C-c SPC,org-table-blank-field}
+Blank the field at point.
+@c
@orgcmd{<TAB>,org-table-next-field}
Re-align the table, move to the next field. Creates a new row if
necessary.