From: James N. V. Cash Date: Fri, 10 Jul 2020 15:38:47 +0000 (-0400) Subject: Fix a typo in eldoc.el X-Git-Tag: emacs-28.0.90~7014 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7a712578ed07f0781d7b3199ecb18258e25b553a;p=emacs.git Fix a typo in eldoc.el * lisp/emacs-lisp/eldoc.el (eldoc-documentation-functions): Fix a typo. (Bug#42310) Copyright-paperwork-exempt: yes --- 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.