Merge pull request #1383 from mbger/doc/fix-inconsistencies

docs: Fix minor inconsistencies
This commit is contained in:
Henrik Lissner 2019-05-04 19:08:27 -04:00 committed by GitHub
commit 0d8f5bde44
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -132,7 +132,7 @@ shoot off that bug report:
If all else fails, [file that bug report][github:new-issue]! Please include the
behavior you've observed, the behavior you expected, and any error messages
or warnings logged to the \*Messages\* buffer (can be opened with <kbd>SPC h
m</kbd> or `M-x view-echo-area-messages`).
e</kbd> or `M-x view-echo-area-messages`).
It's a great help if you included a backtrace with errors, i.e. `M-x
toggle-debug-on-error` then recreating the error(s).

View file

@ -29,7 +29,7 @@ re-align the table if necessary. (Necessary because org-mode has a
;;;###autoload
(defun +org/table-insert-column-left ()
"Insert a new column right of the current column."
"Insert a new column left of the current column."
(interactive)
(org-table-insert-column)
(org-table-move-column-left))