Merge pull request #1383 from mbger/doc/fix-inconsistencies
docs: Fix minor inconsistencies
This commit is contained in:
commit
0d8f5bde44
2 changed files with 2 additions and 2 deletions
|
@ -132,7 +132,7 @@ shoot off that bug report:
|
||||||
If all else fails, [file that bug report][github:new-issue]! Please include the
|
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
|
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
|
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
|
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).
|
toggle-debug-on-error` then recreating the error(s).
|
||||||
|
|
|
@ -29,7 +29,7 @@ re-align the table if necessary. (Necessary because org-mode has a
|
||||||
|
|
||||||
;;;###autoload
|
;;;###autoload
|
||||||
(defun +org/table-insert-column-left ()
|
(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)
|
(interactive)
|
||||||
(org-table-insert-column)
|
(org-table-insert-column)
|
||||||
(org-table-move-column-left))
|
(org-table-move-column-left))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue