# HG changeset patch # User Juanma Barranquero # Date 1084393201 0 # Node ID 7cb75f6a290aecfbb9c10d6c0648df064166a2ae # Parent 3ea194b437274fad39f70f3063c869f2e7884285 (define-generic-mode): Remove redundant arglist info. diff -r 3ea194b43727 -r 7cb75f6a290a lisp/generic.el --- a/lisp/generic.el Wed May 12 18:46:24 2004 +0000 +++ b/lisp/generic.el Wed May 12 20:20:01 2004 +0000 @@ -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 ;; Created: Fri Sep 27 1996 @@ -188,9 +188,6 @@ &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.