mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-30 17:10:51 -08:00
Fix a typo in a comment.
This commit is contained in:
parent
fedff3c696
commit
79c2a4fc68
1 changed files with 2 additions and 2 deletions
|
|
@ -41,11 +41,11 @@ int indent_tabs_mode;
|
|||
|
||||
#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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue