From b2948976fc35f12755c5d33e81578e5f3db0d884 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Wed, 24 Aug 2011 22:37:55 -0700 Subject: [PATCH] * lisp/emacs-lisp/derived.el (define-derived-mode): Doc fix. --- lisp/ChangeLog | 2 ++ lisp/emacs-lisp/derived.el | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 91078ce324..9533d43f57 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -4,6 +4,8 @@ 2011-08-25 Glenn Morris + * emacs-lisp/derived.el (define-derived-mode): Doc fix. + * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag. (smtpmail-via-smtp): Handle nil response from smtp. diff --git a/lisp/emacs-lisp/derived.el b/lisp/emacs-lisp/derived.el index 4fda2bf1d5..81932f9940 100644 --- a/lisp/emacs-lisp/derived.el +++ b/lisp/emacs-lisp/derived.el @@ -133,10 +133,10 @@ BODY can start with a bunch of keyword arguments. The following keyword Declare the customization group that corresponds to this mode. The command `customize-mode' uses this. :syntax-table TABLE - Use TABLE instead of the default. + Use TABLE instead of the default (CHILD-syntax-table). A nil value means to simply use the same syntax-table as the parent. :abbrev-table TABLE - Use TABLE instead of the default. + Use TABLE instead of the default (CHILD-abbrev-table). A nil value means to simply use the same abbrev-table as the parent. Here is how you could define LaTeX-Thesis mode as a variant of LaTeX mode: -- 2.39.2