aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYuan Fu2023-02-22 17:55:30 -0800
committerYuan Fu2023-02-22 17:55:30 -0800
commit94e70ed4261dbfcef679697dfa0dc2348a90dbdc (patch)
tree584d6a87d52bb49ceb01eda58b27561d81d89861
parent1841299a11dfcd875bdbdb75d1fc56d996a727f7 (diff)
downloademacs-94e70ed4261dbfcef679697dfa0dc2348a90dbdc.tar.gz
emacs-94e70ed4261dbfcef679697dfa0dc2348a90dbdc.zip
; * lisp/emacs-lisp/eldoc.el (eldoc-display-in-echo-area): Fix typo.
-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 3f5cf0ad0dc..83948ad00d4 100644
--- a/lisp/emacs-lisp/eldoc.el
+++ b/lisp/emacs-lisp/eldoc.el
@@ -570,7 +570,7 @@ known to be truncated."
570Honor `eldoc-echo-area-use-multiline-p' and 570Honor `eldoc-echo-area-use-multiline-p' and
571`eldoc-echo-area-prefer-doc-buffer'." 571`eldoc-echo-area-prefer-doc-buffer'."
572 (cond 572 (cond
573 (;; Check if he wave permission to mess with echo area at all. For 573 (;; Check if we have permission to mess with echo area at all. For
574 ;; example, if this-command is non-nil while running via an idle 574 ;; example, if this-command is non-nil while running via an idle
575 ;; timer, we're still in the middle of executing a command, e.g. a 575 ;; timer, we're still in the middle of executing a command, e.g. a
576 ;; query-replace where it would be annoying to overwrite the echo 576 ;; query-replace where it would be annoying to overwrite the echo