emacs-diffs
[Top][All Lists]
Advanced

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

master 7a71257: Fix a typo in eldoc.el


From: Eli Zaretskii
Subject: master 7a71257: Fix a typo in eldoc.el
Date: Sun, 12 Jul 2020 10:11:57 -0400 (EDT)

branch: master
commit 7a712578ed07f0781d7b3199ecb18258e25b553a
Author: James N. V. Cash <james.nvc@gmail.com>
Commit: Eli Zaretskii <eliz@gnu.org>

    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 3a01d78..1dd0ea2 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.
 



reply via email to

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