emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-27 e5327a5: Do not refer to obsolete alias


From: Mario Lang
Subject: emacs-27 e5327a5: Do not refer to obsolete alias
Date: Fri, 24 Jan 2020 12:24:25 -0500 (EST)

branch: emacs-27
commit e5327a569c4db8f53b1497057bbac58f77330389
Author: Mario Lang <address@hidden>
Commit: Mario Lang <address@hidden>

    Do not refer to obsolete alias
---
 lisp/cedet/mode-local.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/cedet/mode-local.el b/lisp/cedet/mode-local.el
index bd02a4f..a6e143c 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
 (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'.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]