summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/eldoc.el
diff options
context:
space:
mode:
authorJames N. V. Cash <james.nvc@gmail.com>2020-07-10 11:38:47 -0400
committerEli Zaretskii <eliz@gnu.org>2020-07-12 17:10:32 +0300
commit7a712578ed07f0781d7b3199ecb18258e25b553a (patch)
treefa3daaf76614bae17d4ce10c857b676c9ced6fa4 /lisp/emacs-lisp/eldoc.el
parentf5bc508be56ec275f7d3115d93b79984e373b438 (diff)
downloademacs-7a712578ed07f0781d7b3199ecb18258e25b553a.tar.gz
Fix a typo in eldoc.el
* lisp/emacs-lisp/eldoc.el (eldoc-documentation-functions): Fix a typo. (Bug#42310) Copyright-paperwork-exempt: yes
Diffstat (limited to 'lisp/emacs-lisp/eldoc.el')
-rw-r--r--lisp/emacs-lisp/eldoc.el2
1 files changed, 1 insertions, 1 deletions
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.