]> git.eshelyaron.com Git - emacs.git/commitdiff
(define-generic-mode): Remove redundant arglist info.
authorJuanma Barranquero <lekktu@gmail.com>
Wed, 12 May 2004 20:22:41 +0000 (20:22 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Wed, 12 May 2004 20:22:41 +0000 (20:22 +0000)
lisp/ChangeLog
lisp/generic.el

index bdb1b8417b0d1b1a25e1c411b015b6f9a7952051..9c9b2baa5b583ed48397cefb3827ee5b65aa6edd 100644 (file)
@@ -11,6 +11,8 @@
 
 2004-05-12  Juanma Barranquero  <lektu@terra.es>
 
+       * generic.el (define-generic-mode): Remove redundant arglist info.
+
        * help-fns.el (help-split-fundoc, help-add-fundoc-usage):
        Make arguments match their use in docstring.
        (help-arg-highlighting-function): New variable.
index bd6fa0608aa4f2091d7a69ae8cdd993ea2b13534..ca4b47ff4b1a767e7bdbf3df961198bc0b0229ce 100644 (file)
@@ -1,6 +1,6 @@
 ;;; generic.el --- defining simple major modes with comment and font-lock
 ;;
-;; Copyright (C) 1997, 1999 Free Software Foundation, Inc.
+;; Copyright (C) 1997, 1999, 2004 Free Software Foundation, Inc.
 ;;
 ;; Author:  Peter Breton <pbreton@cs.umb.edu>
 ;; Created: Fri Sep 27 1996
@@ -188,9 +188,6 @@ regexp in `generic-find-file-regexp'.  If the value is nil,
                                 &optional description)
   "Create a new generic mode with NAME.
 
-Args: (NAME COMMENT-LIST KEYWORD-LIST FONT-LOCK-LIST AUTO-MODE-LIST
-            FUNCTION-LIST &optional DESCRIPTION)
-
 NAME should be a symbol; its string representation is used as the function
 name. If DESCRIPTION is provided, it is used as the docstring for the new
 function.