comparison etc/NEWS @ 32280:e3b6714d835d

Fix a typo.
author Eli Zaretskii <eliz@gnu.org>
date Sun, 08 Oct 2000 10:56:01 +0000
parents 3b754ea41873
children b1d0243a7838
comparison
equal deleted inserted replaced
32279:869a035f39fa 32280:e3b6714d835d
129 M-x strokes-encode-buffer and M-x strokes-decode-buffer. There is a 129 M-x strokes-encode-buffer and M-x strokes-decode-buffer. There is a
130 new command M-x strokes-list-strokes. 130 new command M-x strokes-list-strokes.
131 131
132 +++ 132 +++
133 ** New command M-x describe-character-set reads a character set name 133 ** New command M-x describe-character-set reads a character set name
134 and displayes information about that. 134 and displays information about that.
135 135
136 ** When an error is signaled during the loading of the user's init 136 ** When an error is signaled during the loading of the user's init
137 file, Emacs now pops up the *Messages* buffer. 137 file, Emacs now pops up the *Messages* buffer.
138 138
139 ** Polish and German translations of Emacs' reference card have been 139 ** Polish and German translations of Emacs' reference card have been
151 mode from the file's name. If it matches, the file is assumed to be 151 mode from the file's name. If it matches, the file is assumed to be
152 interpreted by the interpreter matched by the second group of the 152 interpreted by the interpreter matched by the second group of the
153 regular expression. The mode is then determined as the mode 153 regular expression. The mode is then determined as the mode
154 associated with that interpreter in `interpreter-mode-alist'. 154 associated with that interpreter in `interpreter-mode-alist'.
155 155
156 +++
157 ** C-down-mouse-3 is bound differently. Now if the menu bar is not 156 ** C-down-mouse-3 is bound differently. Now if the menu bar is not
158 displayed it pops up a menu containing the items which would be on the 157 displayed it pops up a menu containing the items which would be on the
159 menu bar. If the menu bar is displayed, it pops up the major mode 158 menu bar. If the menu bar is displayed, it pops up the major mode
160 menu or the Edit menu if there is no major mode menu. 159 menu or the Edit menu if there is no major mode menu.
161 160