]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix a typo in eldoc.el
authorJames N. V. Cash <james.nvc@gmail.com>
Fri, 10 Jul 2020 15:38:47 +0000 (11:38 -0400)
committerEli Zaretskii <eliz@gnu.org>
Sun, 12 Jul 2020 14:10:32 +0000 (17:10 +0300)
* lisp/emacs-lisp/eldoc.el (eldoc-documentation-functions): Fix a
typo.  (Bug#42310)

Copyright-paperwork-exempt: yes

lisp/emacs-lisp/eldoc.el

index 3a01d78cfe229fe494fdd8830be55c4d368f3f1a..1dd0ea2942d8d809e7ff28786e3892cd619b7809 100644 (file)
@@ -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.