(U+****): Add `->fullwidth'.
[chise/xemacs-chise.git] / man / new-users-guide / modes.texi
index 81f5c41..3009e75 100644 (file)
@@ -175,7 +175,7 @@ file. The following example shows how to enable the font-lock mode when
 the major mode is c-mode. 
 
 @example
-(add-hook 'c-mode-hook         'turn-on-font-lock)
+(add-hook 'c-mode-hook          'turn-on-font-lock)
 @end example
 
 @noindent
@@ -228,7 +228,7 @@ case of a system crash.
 @item line-number-mode
 @cindex line-number-mode
 After you enable this mode, the line number at which your cursor is
-present will be displayed continously in the mode line. 
+present will be displayed continuously in the mode line. 
 
 @item blink-paren
 @cindex blink-paren