aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuc Teirlinck2005-05-15 02:14:59 +0000
committerLuc Teirlinck2005-05-15 02:14:59 +0000
commit7cefdf1d285c4bf2836f6e33b80a8425f8725681 (patch)
tree2353f0733dd31848c6394ecdd1577e168a13e805
parent7daddde20c7178fe36fcdbb990f6c489829083aa (diff)
downloademacs-7cefdf1d285c4bf2836f6e33b80a8425f8725681.tar.gz
emacs-7cefdf1d285c4bf2836f6e33b80a8425f8725681.zip
(Derived Modes): Correct typos. Add pxref.
-rw-r--r--lispref/modes.texi6
1 files changed, 3 insertions, 3 deletions
diff --git a/lispref/modes.texi b/lispref/modes.texi
index 6766f357adf..9af56fd9d37 100644
--- a/lispref/modes.texi
+++ b/lispref/modes.texi
@@ -1011,7 +1011,7 @@ The new mode has its own abbrev table, kept in the variable
1011@item 1011@item
1012The new mode has its own mode hook, @code{@var{variant}-hook}. It 1012The new mode has its own mode hook, @code{@var{variant}-hook}. It
1013runs this hook, after running the hooks of its ancestor modes, with 1013runs this hook, after running the hooks of its ancestor modes, with
1014@code{run-mode-hooks}. 1014@code{run-mode-hooks} (@pxref{Mode Hooks}).
1015@end itemize 1015@end itemize
1016 1016
1017In addition, you can specify how to override other aspects of 1017In addition, you can specify how to override other aspects of
@@ -1047,8 +1047,8 @@ is equivalent with not specifying the argument.)
1047@item :abbrev-table 1047@item :abbrev-table
1048You can use this to explicitly specify an abbrev table for the new 1048You can use this to explicitly specify an abbrev table for the new
1049mode. If you specify a @code{nil} value, the new mode uses the same 1049mode. If you specify a @code{nil} value, the new mode uses the same
1050abbrev-table as @var{parent}, or @code{fundamental-mode-abbrev-table} 1050abbrev table as @var{parent}, or @code{fundamental-mode-abbrev-table}
1051if @var{parent} is @code{nil}. (Again,a @code{nil} value is 1051if @var{parent} is @code{nil}. (Again, a @code{nil} value is
1052@emph{not} equivalent to not specifying this keyword.) 1052@emph{not} equivalent to not specifying this keyword.)
1053@end table 1053@end table
1054 1054