Mercurial > emacs
diff src/indent.c @ 39904:1a3d4895f3cf
Fix a typo in a comment.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sun, 14 Oct 2001 08:42:52 +0000 |
parents | 345caf35c534 |
children | a5b6a5d3e531 |
line wrap: on
line diff
--- a/src/indent.c Sun Oct 14 03:18:58 2001 +0000 +++ b/src/indent.c Sun Oct 14 08:42:52 2001 +0000 @@ -41,11 +41,11 @@ #define CR 015 -/* These three values memoize the current column to avoid recalculation. */ +/* These three values memorize the current column to avoid recalculation. */ /* Last value returned by current_column. Some things in set last_known_column_point to -1 - to mark the memoized value as invalid. */ + to mark the memorized value as invalid. */ int last_known_column;