comparison etc/NEWS @ 28303:8bdd3f67b91a

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Fri, 24 Mar 2000 20:56:46 +0000
parents 156a858432c4
children c58dc3f08133
comparison
equal deleted inserted replaced
28302:27ffe1e3b06d 28303:8bdd3f67b91a
1065 1065
1066 Note that +++ before an item means the Lisp manual has been updated. 1066 Note that +++ before an item means the Lisp manual has been updated.
1067 --- means that I have decided it does not need to be in the Lisp manual. 1067 --- means that I have decided it does not need to be in the Lisp manual.
1068 When you add a new item, please add it without either +++ or --- 1068 When you add a new item, please add it without either +++ or ---
1069 so I will know I still need to look at it -- rms. 1069 so I will know I still need to look at it -- rms.
1070
1071 ** The variable open-paren-in-column-0-is-defun-start controls whether
1072 an open parenthesis in column 0 is considered to be the start of a
1073 defun. If set, the default, it is considered a defun start. If not
1074 set, an open parenthesis in column 0 has no special meaning.
1070 1075
1071 ** The new function `string-to-syntax' can be used to translate syntax 1076 ** The new function `string-to-syntax' can be used to translate syntax
1072 specificationa in string form as accepted my `modify-syntax-entry' to 1077 specificationa in string form as accepted my `modify-syntax-entry' to
1073 the cons-cell form that is used for the values of the `syntax-table' 1078 the cons-cell form that is used for the values of the `syntax-table'
1074 text property, and in `font-lock-syntactic-keywords'. 1079 text property, and in `font-lock-syntactic-keywords'.