diff --git a/README.md b/README.md index 9f4b72c5a..36685a6a4 100644 --- a/README.md +++ b/README.md @@ -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 SPC h -m or `M-x view-echo-area-messages`). +e 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). diff --git a/modules/lang/org/autoload/tables.el b/modules/lang/org/autoload/tables.el index ffe162e51..aa1c375b3 100644 --- a/modules/lang/org/autoload/tables.el +++ b/modules/lang/org/autoload/tables.el @@ -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))