From 7a712578ed07f0781d7b3199ecb18258e25b553a Mon Sep 17 00:00:00 2001 From: "James N. V. Cash" Date: Fri, 10 Jul 2020 11:38:47 -0400 Subject: [PATCH] Fix a typo in eldoc.el * lisp/emacs-lisp/eldoc.el (eldoc-documentation-functions): Fix a typo. (Bug#42310) Copyright-paperwork-exempt: yes --- lisp/emacs-lisp/eldoc.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/emacs-lisp/eldoc.el b/lisp/emacs-lisp/eldoc.el index 3a01d78cfe2..1dd0ea2942d 100644 --- a/lisp/emacs-lisp/eldoc.el +++ b/lisp/emacs-lisp/eldoc.el @@ -372,7 +372,7 @@ about the context around point. - If that decision can be taken quickly, the hook function may call CALLBACK immediately following the protocol described - berlow. Alternatively it may ignore CALLBACK entirely and + below. Alternatively it may ignore CALLBACK entirely and return either the doc string, or nil if there's no doc appropriate for the context. -- 2.39.5