comparison lispref/modes.texi @ 54041:bb6e41200945

Minor fixes.
author Richard M. Stallman <rms@gnu.org>
date Tue, 17 Feb 2004 01:12:00 +0000
parents 7abfe409def6
children 029817c8eef3
comparison
equal deleted inserted replaced
54040:b3ba32bd740f 54041:bb6e41200945
201 Major modes must not define @key{RET} to do anything other than insert 201 Major modes must not define @key{RET} to do anything other than insert
202 a newline. The command to insert a newline and then indent is 202 a newline. The command to insert a newline and then indent is
203 @kbd{C-j}. Please keep this distinction uniform for all major modes. 203 @kbd{C-j}. Please keep this distinction uniform for all major modes.
204 204
205 @item 205 @item
206 Major modes should not alter options that are primary a matter of user 206 Major modes should not alter options that are primarily a matter of user
207 preference, such as whether Auto-Fill mode is enabled. Leave this to 207 preference, such as whether Auto-Fill mode is enabled. Leave this to
208 each user to decide. However, a major mode should customize other 208 each user to decide. However, a major mode should customize other
209 variables so that Auto-Fill mode will work usefully @emph{if} the user 209 variables so that Auto-Fill mode will work usefully @emph{if} the user
210 decides to use it. 210 decides to use it.
211 211