diff options
| author | Luc Teirlinck | 2005-05-15 02:14:59 +0000 |
|---|---|---|
| committer | Luc Teirlinck | 2005-05-15 02:14:59 +0000 |
| commit | 7cefdf1d285c4bf2836f6e33b80a8425f8725681 (patch) | |
| tree | 2353f0733dd31848c6394ecdd1577e168a13e805 | |
| parent | 7daddde20c7178fe36fcdbb990f6c489829083aa (diff) | |
| download | emacs-7cefdf1d285c4bf2836f6e33b80a8425f8725681.tar.gz emacs-7cefdf1d285c4bf2836f6e33b80a8425f8725681.zip | |
(Derived Modes): Correct typos. Add pxref.
| -rw-r--r-- | lispref/modes.texi | 6 |
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 |
| 1012 | The new mode has its own mode hook, @code{@var{variant}-hook}. It | 1012 | The new mode has its own mode hook, @code{@var{variant}-hook}. It |
| 1013 | runs this hook, after running the hooks of its ancestor modes, with | 1013 | runs 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 | ||
| 1017 | In addition, you can specify how to override other aspects of | 1017 | In 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 |
| 1048 | You can use this to explicitly specify an abbrev table for the new | 1048 | You can use this to explicitly specify an abbrev table for the new |
| 1049 | mode. If you specify a @code{nil} value, the new mode uses the same | 1049 | mode. If you specify a @code{nil} value, the new mode uses the same |
| 1050 | abbrev-table as @var{parent}, or @code{fundamental-mode-abbrev-table} | 1050 | abbrev table as @var{parent}, or @code{fundamental-mode-abbrev-table} |
| 1051 | if @var{parent} is @code{nil}. (Again,a @code{nil} value is | 1051 | if @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 | ||