emacs-diffs
[Top][All Lists]
Advanced

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

emacs-29 94e70ed4261: ; * lisp/emacs-lisp/eldoc.el (eldoc-display-in-ech


From: Yuan Fu
Subject: emacs-29 94e70ed4261: ; * lisp/emacs-lisp/eldoc.el (eldoc-display-in-echo-area): Fix typo.
Date: Wed, 22 Feb 2023 20:57:27 -0500 (EST)

branch: emacs-29
commit 94e70ed4261dbfcef679697dfa0dc2348a90dbdc
Author: Yuan Fu <casouri@gmail.com>
Commit: Yuan Fu <casouri@gmail.com>

    ; * lisp/emacs-lisp/eldoc.el (eldoc-display-in-echo-area): Fix typo.
---
 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 3f5cf0ad0dc..83948ad00d4 100644
--- 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 wave permission to mess with echo area at all.  For
+   (;; Check if we have 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



reply via email to

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