Fix typos.
This commit is contained in:
parent
e65adfac3b
commit
a98edce9ec
19 changed files with 45 additions and 28 deletions
|
@ -345,7 +345,7 @@
|
|||
;; Above code is well known ~/.emacs idiom for customizing a mode
|
||||
;; specific keymap however it does not work for this package. This is
|
||||
;; because there is no table mode in effect. This package does not
|
||||
;; use a local map therefor you must modify `table-cell-map'
|
||||
;; use a local map therefore you must modify `table-cell-map'
|
||||
;; explicitly. The correct way of achieving above task is:
|
||||
;;
|
||||
;; (add-hook 'table-cell-map-hook
|
||||
|
@ -2155,7 +2155,7 @@ specified."
|
|||
(defun table-shorten-cell (n)
|
||||
"Shorten the current cell by N lines by shrinking the cell vertically.
|
||||
Shortening is done by removing blank lines from the bottom of the cell
|
||||
and possibly from the top of the cell as well. Therefor, the cell
|
||||
and possibly from the top of the cell as well. Therefore, the cell
|
||||
must have some bottom/top blank lines to be shorten effectively. This
|
||||
is applicable to all the cells aligned horizontally with the current
|
||||
one because they are also shortened in order to keep the rectangular
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue