diff lispref/loading.texi @ 28603:cb9db16dba12

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Sat, 15 Apr 2000 16:24:22 +0000
parents 0f5edee5242b
children e603bf6a21ad
line wrap: on
line diff
--- a/lispref/loading.texi	Sat Apr 15 11:39:10 2000 +0000
+++ b/lispref/loading.texi	Sat Apr 15 16:24:22 2000 +0000
@@ -437,7 +437,7 @@
 function-defining form or a @code{defcustom} form, it is copied
 verbatim.  ``Function-defining forms'' include @code{define-skeleton},
 @code{define-derived-mode}, @code{define-generic-mode} and
-@code{easy-mmode-define-minor-mode} as well as @code{defun} and
+@code{define-minor-mode} as well as @code{defun} and
 @code{defmacro}.  To save space, a @code{defcustom} form is converted to
 a @code{defvar} in @file{loaddefs.el}, with some additional information
 if it uses @code{:require}.