projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f5bc508
)
Fix a typo in eldoc.el
author
James N. V. Cash
<james.nvc@gmail.com>
Fri, 10 Jul 2020 15:38:47 +0000
(11:38 -0400)
committer
Eli 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
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/eldoc.el
b/lisp/emacs-lisp/eldoc.el
index 3a01d78cfe229fe494fdd8830be55c4d368f3f1a..1dd0ea2942d8d809e7ff28786e3892cd619b7809 100644
(file)
--- 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
- be
r
low. 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.