diff options
| author | Mario Lang | 2020-01-24 18:24:19 +0100 |
|---|---|---|
| committer | Mario Lang | 2020-01-24 18:24:19 +0100 |
| commit | e5327a569c4db8f53b1497057bbac58f77330389 (patch) | |
| tree | 338414c223425f9004b5487f553bfc46450a378f /lisp | |
| parent | fd0919678189dd8a5e4ad13d3982b248d50af525 (diff) | |
| download | emacs-e5327a569c4db8f53b1497057bbac58f77330389.tar.gz emacs-e5327a569c4db8f53b1497057bbac58f77330389.zip | |
Do not refer to obsolete alias
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/cedet/mode-local.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/cedet/mode-local.el b/lisp/cedet/mode-local.el index bd02a4f631a..a6e143cfcd6 100644 --- a/lisp/cedet/mode-local.el +++ b/lisp/cedet/mode-local.el | |||
| @@ -588,7 +588,7 @@ OVERARGS is a list of arguments passed to the override and | |||
| 588 | (defmacro define-mode-local-override | 588 | (defmacro define-mode-local-override |
| 589 | (name mode args docstring &rest body) | 589 | (name mode args docstring &rest body) |
| 590 | "Define a mode specific override of the function overload NAME. | 590 | "Define a mode specific override of the function overload NAME. |
| 591 | Has meaning only if NAME has been created with `define-overload'. | 591 | Has meaning only if NAME has been created with `define-overloadable-function'. |
| 592 | MODE is the major mode this override is being defined for. | 592 | MODE is the major mode this override is being defined for. |
| 593 | ARGS are the function arguments, which should match those of the same | 593 | ARGS are the function arguments, which should match those of the same |
| 594 | named function created with `define-overload'. | 594 | named function created with `define-overload'. |