XEmacs 21.2.28 "Hermes".
[chise/xemacs-chise.git.1] / man / new-users-guide / modes.texi
index 289e31d..0984134 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
@@ -241,7 +241,7 @@ M-x blink-paren
 Do not add the "-mode" to it.  You can also select the @b{Paren
 Highlighting} option from the @b{Options} menu. After you enable this
 command, put your cursor on one of the left parenthesis. The other
-matching parenthesis will start blinking. @xref{Options Menu,} for more
+matching parenthesis will start blinking. @xref{Options Menu}, for more
 information on the @b{Paren Highlighting} option.
 @end table