Do not refer to obsolete alias
This commit is contained in:
parent
fd09196781
commit
e5327a569c
1 changed files with 1 additions and 1 deletions
|
@ -588,7 +588,7 @@ OVERARGS is a list of arguments passed to the override and
|
||||||
(defmacro define-mode-local-override
|
(defmacro define-mode-local-override
|
||||||
(name mode args docstring &rest body)
|
(name mode args docstring &rest body)
|
||||||
"Define a mode specific override of the function overload NAME.
|
"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.
|
MODE is the major mode this override is being defined for.
|
||||||
ARGS are the function arguments, which should match those of the same
|
ARGS are the function arguments, which should match those of the same
|
||||||
named function created with `define-overload'.
|
named function created with `define-overload'.
|
||||||
|
|
Loading…
Add table
Reference in a new issue