emacs-diffs
[Top][All Lists]
Advanced

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

master 822625f: Revert part of previous doc fix


From: Stefan Kangas
Subject: master 822625f: Revert part of previous doc fix
Date: Sat, 25 Sep 2021 15:27:16 -0400 (EDT)

branch: master
commit 822625fde5ae951d1e6e192272223df2d1eaaa84
Author: Stefan Kangas <stefan@marxist.se>
Commit: Stefan Kangas <stefan@marxist.se>

    Revert part of previous doc fix
    
    * lisp/emacs-lisp/derived.el (define-derived-mode): Revert part of
    previous doc fix.  This change made the text confusing.  (Bug#17567)
---
 lisp/emacs-lisp/derived.el | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/lisp/emacs-lisp/derived.el b/lisp/emacs-lisp/derived.el
index 9557f3a..5aa7452 100644
--- a/lisp/emacs-lisp/derived.el
+++ b/lisp/emacs-lisp/derived.el
@@ -132,12 +132,12 @@ KEYWORD-ARGS:
                    to this mode.  The command `customize-mode' uses this.
            :syntax-table TABLE
                    Use TABLE instead of the default (CHILD-syntax-table).
-                   TABLE should be an unquoted symbol.  A nil value means
-                   to simply use the same syntax-table as the parent.
+                   A nil value means to simply use the same syntax-table
+                   as the parent.
            :abbrev-table TABLE
                    Use TABLE instead of the default (CHILD-abbrev-table).
-                   TABLE should be an unquoted symbol.  A nil value means
-                   to simply use the same abbrev-table as the parent.
+                   A nil value means to simply use the same abbrev-table
+                   as the parent.
            :after-hook FORM
                    A single Lisp form which is evaluated after the mode
                    hooks have been run.  It should not be quoted.



reply via email to

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