aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/align.el
diff options
context:
space:
mode:
authorPaul Eggert2011-12-05 00:55:25 -0800
committerPaul Eggert2011-12-05 00:55:25 -0800
commitfa46310344375ef5c114cbb94d4acea39ac29239 (patch)
tree4d74de9694db1c199cd9301a27c48b4d4137cf0c /lisp/align.el
parentc3c9e25e5d2c222d9f79a503c714b48c06078c08 (diff)
downloademacs-fa46310344375ef5c114cbb94d4acea39ac29239.tar.gz
emacs-fa46310344375ef5c114cbb94d4acea39ac29239.zip
Spelling fixes.
Diffstat (limited to 'lisp/align.el')
-rw-r--r--lisp/align.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/align.el b/lisp/align.el
index a386b7a82ba..214c3add93f 100644
--- a/lisp/align.el
+++ b/lisp/align.el
@@ -109,7 +109,7 @@
109;; simple algorithm that understand only basic regular expressions. 109;; simple algorithm that understand only basic regular expressions.
110;; Parts of the code were broken up and included in vhdl-mode.el 110;; Parts of the code were broken up and included in vhdl-mode.el
111;; around this time. After several comments from users, and a need to 111;; around this time. After several comments from users, and a need to
112;; find a more robust, performant algorithm, 2.0 was born in late 112;; find a more robust, higher performing algorithm, 2.0 was born in late
113;; 1998. Many different approaches were taken (mostly due to the 113;; 1998. Many different approaches were taken (mostly due to the
114;; complexity of TeX tables), but finally a scheme was discovered 114;; complexity of TeX tables), but finally a scheme was discovered
115;; which worked fairly well for most common usage cases. Development 115;; which worked fairly well for most common usage cases. Development