summaryrefslogtreecommitdiff
path: root/lispref/loading.texi
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2000-04-15 16:24:22 +0000
committerRichard M. Stallman <rms@gnu.org>2000-04-15 16:24:22 +0000
commit5858d11fe51887751d659d250f86c9491adf1975 (patch)
tree927e7d41392008071f0c5e77393e2c0807f474a6 /lispref/loading.texi
parent712dc9e0f181f9afe99697a00c579ce06ddc00e4 (diff)
downloademacs-5858d11fe51887751d659d250f86c9491adf1975.tar.gz
*** empty log message ***
Diffstat (limited to 'lispref/loading.texi')
-rw-r--r--lispref/loading.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/lispref/loading.texi b/lispref/loading.texi
index ad08a1a1e7e..c53edbe77ec 100644
--- a/lispref/loading.texi
+++ b/lispref/loading.texi
@@ -437,7 +437,7 @@ autoloads for all files in the current directory.
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}.