comparison etc/NEWS @ 64595:bea731b50462

typo
author Sam Steingold <sds@gnu.org>
date Fri, 22 Jul 2005 14:22:02 +0000
parents 87f087128cf2
children 7dba5e116596 890cc78a5a24
comparison
equal deleted inserted replaced
64594:7a0be66e1adb 64595:bea731b50462
2181 The function `c-toggle-syntactic-indentation' can be used to toggle 2181 The function `c-toggle-syntactic-indentation' can be used to toggle
2182 syntactic indentation. 2182 syntactic indentation.
2183 2183
2184 ** In sh-script, a continuation line is only indented if the backslash was 2184 ** In sh-script, a continuation line is only indented if the backslash was
2185 preceded by a SPC or a TAB. 2185 preceded by a SPC or a TAB.
2186 2186
2187 --- 2187 ---
2188 ** Perl mode has a new variable `perl-indent-continued-arguments'. 2188 ** Perl mode has a new variable `perl-indent-continued-arguments'.
2189 2189
2190 --- 2190 ---
2191 ** The old Octave mode bindings C-c f and C-c i have been changed 2191 ** The old Octave mode bindings C-c f and C-c i have been changed
5028 5028
5029 ** GC changes: 5029 ** GC changes:
5030 5030
5031 +++ 5031 +++
5032 *** New variable `gc-cons-percentage' automatically grows the GC cons threshold 5032 *** New variable `gc-cons-percentage' automatically grows the GC cons threshold
5033 as the heap sizxe increases. 5033 as the heap size increases.
5034 5034
5035 +++ 5035 +++
5036 *** New variables `gc-elapsed' and `gcs-done' provide extra information 5036 *** New variables `gc-elapsed' and `gcs-done' provide extra information
5037 on garbage collection. 5037 on garbage collection.
5038 5038
5039 +++ 5039 +++