mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-30 08:09:04 +00:00
Do not refer to obsolete alias
This commit is contained in:
parent
fd09196781
commit
e5327a569c
@ -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…
Reference in New Issue
Block a user