From 7cefdf1d285c4bf2836f6e33b80a8425f8725681 Mon Sep 17 00:00:00 2001 From: Luc Teirlinck Date: Sun, 15 May 2005 02:14:59 +0000 Subject: [PATCH] (Derived Modes): Correct typos. Add pxref. --- lispref/modes.texi | 6 +++--- 1 file 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 @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 -- 2.39.2