aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/textmodes
diff options
context:
space:
mode:
authorJuanma Barranquero2011-12-06 02:30:54 +0100
committerJuanma Barranquero2011-12-06 02:30:54 +0100
commita98edce9ec1f519ad23ba7dc32ce54f15841eaa5 (patch)
treec7b4b7c3c38ef97d90e8fd9e031763c7bbbe3079 /lisp/textmodes
parente65adfac3bc8c7dcc78464707c66d6aea958f684 (diff)
downloademacs-a98edce9ec1f519ad23ba7dc32ce54f15841eaa5.tar.gz
emacs-a98edce9ec1f519ad23ba7dc32ce54f15841eaa5.zip
Fix typos.
Diffstat (limited to 'lisp/textmodes')
-rw-r--r--lisp/textmodes/table.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/textmodes/table.el b/lisp/textmodes/table.el
index 1a3c5c22815..6f9e592d8ed 100644
--- a/lisp/textmodes/table.el
+++ b/lisp/textmodes/table.el
@@ -345,7 +345,7 @@
345;; Above code is well known ~/.emacs idiom for customizing a mode 345;; Above code is well known ~/.emacs idiom for customizing a mode
346;; specific keymap however it does not work for this package. This is 346;; specific keymap however it does not work for this package. This is
347;; because there is no table mode in effect. This package does not 347;; because there is no table mode in effect. This package does not
348;; use a local map therefor you must modify `table-cell-map' 348;; use a local map therefore you must modify `table-cell-map'
349;; explicitly. The correct way of achieving above task is: 349;; explicitly. The correct way of achieving above task is:
350;; 350;;
351;; (add-hook 'table-cell-map-hook 351;; (add-hook 'table-cell-map-hook
@@ -2155,7 +2155,7 @@ specified."
2155(defun table-shorten-cell (n) 2155(defun table-shorten-cell (n)
2156 "Shorten the current cell by N lines by shrinking the cell vertically. 2156 "Shorten the current cell by N lines by shrinking the cell vertically.
2157Shortening is done by removing blank lines from the bottom of the cell 2157Shortening is done by removing blank lines from the bottom of the cell
2158and possibly from the top of the cell as well. Therefor, the cell 2158and possibly from the top of the cell as well. Therefore, the cell
2159must have some bottom/top blank lines to be shorten effectively. This 2159must have some bottom/top blank lines to be shorten effectively. This
2160is applicable to all the cells aligned horizontally with the current 2160is applicable to all the cells aligned horizontally with the current
2161one because they are also shortened in order to keep the rectangular 2161one because they are also shortened in order to keep the rectangular