Mercurial > emacs
changeset 62355:742fd00f9af6
(Derived Modes): Correct typos. Add pxref.
author | Luc Teirlinck <teirllm@auburn.edu> |
---|---|
date | Sun, 15 May 2005 02:14:59 +0000 |
parents | a3caa4bbb562 |
children | 25867a9e5444 |
files | lispref/modes.texi |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/lispref/modes.texi Sat May 14 23:38:09 2005 +0000 +++ b/lispref/modes.texi Sun May 15 02:14:59 2005 +0000 @@ -1011,7 +1011,7 @@ @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 @@ @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