Mercurial > emacs
changeset 39904:1a3d4895f3cf
Fix a typo in a comment.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sun, 14 Oct 2001 08:42:52 +0000 |
parents | 001efc29394a |
children | 542a86892257 |
files | src/indent.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
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;