From: Juanma Barranquero Date: Wed, 12 May 2004 20:22:41 +0000 (+0000) Subject: (define-generic-mode): Remove redundant arglist info. X-Git-Tag: ttn-vms-21-2-B4~6254 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=71507e475241836c109f93954c3a362cefd01992;p=emacs.git (define-generic-mode): Remove redundant arglist info. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index bdb1b8417b0..9c9b2baa5b5 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -11,6 +11,8 @@ 2004-05-12 Juanma Barranquero + * 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. diff --git a/lisp/generic.el b/lisp/generic.el index bd6fa0608aa..ca4b47ff4b1 100644 --- a/lisp/generic.el +++ b/lisp/generic.el @@ -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 @@ 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.