]> git.eshelyaron.com Git - emacs.git/commitdiff
Do not refer to obsolete alias
authorMario Lang <mlang@blind.guru>
Fri, 24 Jan 2020 17:24:19 +0000 (18:24 +0100)
committerMario Lang <mlang@blind.guru>
Fri, 24 Jan 2020 17:24:19 +0000 (18:24 +0100)
lisp/cedet/mode-local.el

index bd02a4f631a46acbf4e9ca04bcc9421ad1807d90..a6e143cfcd65ddc0a6c85b8baf0c82b3f69f6427 100644 (file)
@@ -588,7 +588,7 @@ OVERARGS is a list of arguments passed to the override and
 (defmacro define-mode-local-override
   (name mode args docstring &rest body)
   "Define a mode specific override of the function overload NAME.
-Has meaning only if NAME has been created with `define-overload'.
+Has meaning only if NAME has been created with `define-overloadable-function'.
 MODE is the major mode this override is being defined for.
 ARGS are the function arguments, which should match those of the same
 named function created with `define-overload'.