diff options
Diffstat (limited to 'lisp/generic.el')
| -rw-r--r-- | lisp/generic.el | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lisp/generic.el b/lisp/generic.el index d35a31a2b67..a951a0d53d8 100644 --- a/lisp/generic.el +++ b/lisp/generic.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; generic.el --- defining simple major modes with comment and font-lock | 1 | ;;; generic.el --- defining simple major modes with comment and font-lock |
| 2 | ;; | 2 | ;; |
| 3 | ;; Copyright (C) 1997, 1999 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1997, 1999, 2004 Free Software Foundation, Inc. |
| 4 | ;; | 4 | ;; |
| 5 | ;; Author: Peter Breton <pbreton@cs.umb.edu> | 5 | ;; Author: Peter Breton <pbreton@cs.umb.edu> |
| 6 | ;; Created: Fri Sep 27 1996 | 6 | ;; Created: Fri Sep 27 1996 |
| @@ -188,9 +188,6 @@ regexp in `generic-find-file-regexp'. If the value is nil, | |||
| 188 | &optional description) | 188 | &optional description) |
| 189 | "Create a new generic mode with NAME. | 189 | "Create a new generic mode with NAME. |
| 190 | 190 | ||
| 191 | Args: (NAME COMMENT-LIST KEYWORD-LIST FONT-LOCK-LIST AUTO-MODE-LIST | ||
| 192 | FUNCTION-LIST &optional DESCRIPTION) | ||
| 193 | |||
| 194 | NAME should be a symbol; its string representation is used as the function | 191 | NAME should be a symbol; its string representation is used as the function |
| 195 | name. If DESCRIPTION is provided, it is used as the docstring for the new | 192 | name. If DESCRIPTION is provided, it is used as the docstring for the new |
| 196 | function. | 193 | function. |