projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1841299
)
; * lisp/emacs-lisp/eldoc.el (eldoc-display-in-echo-area): Fix typo.
author
Yuan Fu
<casouri@gmail.com>
Thu, 23 Feb 2023 01:55:30 +0000
(17:55 -0800)
committer
Yuan Fu
<casouri@gmail.com>
Thu, 23 Feb 2023 01:55:30 +0000
(17:55 -0800)
lisp/emacs-lisp/eldoc.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/eldoc.el
b/lisp/emacs-lisp/eldoc.el
index 3f5cf0ad0dc0c02c705737352a8c8cd1dd042e9c..83948ad00d4d36b77b02a8c5f09d55940e4715fe 100644
(file)
--- a/
lisp/emacs-lisp/eldoc.el
+++ b/
lisp/emacs-lisp/eldoc.el
@@
-570,7
+570,7
@@
known to be truncated."
Honor `eldoc-echo-area-use-multiline-p' and
`eldoc-echo-area-prefer-doc-buffer'."
(cond
- (;; Check if
he w
ave permission to mess with echo area at all. For
+ (;; Check if
we h
ave permission to mess with echo area at all. For
;; example, if this-command is non-nil while running via an idle
;; timer, we're still in the middle of executing a command, e.g. a
;; query-replace where it would be annoying to overwrite the echo