emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r105560: * lisp/emacs-lisp/derived.el


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r105560: * lisp/emacs-lisp/derived.el (define-derived-mode): Doc fix.
Date: Wed, 24 Aug 2011 22:37:55 -0700
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 105560
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Wed 2011-08-24 22:37:55 -0700
message:
  * lisp/emacs-lisp/derived.el (define-derived-mode): Doc fix.
modified:
  lisp/ChangeLog
  lisp/emacs-lisp/derived.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2011-08-25 00:45:23 +0000
+++ b/lisp/ChangeLog    2011-08-25 05:37:55 +0000
@@ -4,6 +4,8 @@
 
 2011-08-25  Glenn Morris  <address@hidden>
 
+       * 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.
 

=== modified file 'lisp/emacs-lisp/derived.el'
--- a/lisp/emacs-lisp/derived.el        2011-07-05 18:26:33 +0000
+++ b/lisp/emacs-lisp/derived.el        2011-08-25 05:37:55 +0000
@@ -133,10 +133,10 @@
        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:


reply via email to

[Prev in Thread] Current Thread [Next in Thread]