]> git.eshelyaron.com Git - emacs.git/commitdiff
(Derived Modes): Correct typos. Add pxref.
authorLuc Teirlinck <teirllm@auburn.edu>
Sun, 15 May 2005 02:14:59 +0000 (02:14 +0000)
committerLuc Teirlinck <teirllm@auburn.edu>
Sun, 15 May 2005 02:14:59 +0000 (02:14 +0000)
lispref/modes.texi

index 6766f357adff0afb2abf56171b48f1390c90bfb3..9af56fd9d37f850606fac67c8c64cbae766a1d63 100644 (file)
@@ -1011,7 +1011,7 @@ The new mode has its own abbrev table, kept in the variable
 @item
 The new mode has its own mode hook, @code{@var{variant}-hook}.  It
 runs this hook, after running the hooks of its ancestor modes, with
-@code{run-mode-hooks}.
+@code{run-mode-hooks} (@pxref{Mode Hooks}).
 @end itemize
 
 In addition, you can specify how to override other aspects of
@@ -1047,8 +1047,8 @@ is equivalent with not specifying the argument.)
 @item :abbrev-table
 You can use this to explicitly specify an abbrev table for the new
 mode.  If you specify a @code{nil} value, the new mode uses the same
-abbrev-table as @var{parent}, or @code{fundamental-mode-abbrev-table}
-if @var{parent} is @code{nil}.  (Again,a @code{nil} value is
+abbrev table as @var{parent}, or @code{fundamental-mode-abbrev-table}
+if @var{parent} is @code{nil}.  (Again, a @code{nil} value is
 @emph{not} equivalent to not specifying this keyword.)
 @end table