emacs-diffs
[Top][All Lists]
Advanced

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

master 2eccd6eb5f: ; Fix some typos


From: Michael Heerdegen
Subject: master 2eccd6eb5f: ; Fix some typos
Date: Sat, 26 Nov 2022 05:10:17 -0500 (EST)

branch: master
commit 2eccd6eb5f30749fa63d7366b235356e7b4fdfcd
Author: Michael Heerdegen <michael_heerdegen@web.de>
Commit: Michael Heerdegen <michael_heerdegen@web.de>

    ; Fix some typos
    
    * doc/emacs/programs.texi (Programming Language Doc):
    * lisp/wid-edit.el (lazy): Fix typos.
---
 doc/emacs/programs.texi | 2 +-
 lisp/wid-edit.el        | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/emacs/programs.texi b/doc/emacs/programs.texi
index 6abf29c009..c7f497c652 100644
--- a/doc/emacs/programs.texi
+++ b/doc/emacs/programs.texi
@@ -1419,7 +1419,7 @@ displaying all of the documentation texts concatenated 
together.
 This abnormal hook's value is a list of functions that can produce
 documentation for the symbol at point as appropriate for the current
 buffer's major-mode.  These functions act as a collection of backends
-for ElDoc.  Major mode register their documentation lookup functions
+for ElDoc.  Major modes register their documentation lookup functions
 with ElDoc by adding their functions to the buffer-local value of this
 variable.
 @end vtable
diff --git a/lisp/wid-edit.el b/lisp/wid-edit.el
index 4d9663cea9..cc7926c3c5 100644
--- a/lisp/wid-edit.el
+++ b/lisp/wid-edit.el
@@ -3816,7 +3816,7 @@ thus allowing recursive data structures to be described.
 The :type parameter takes the same arguments as the defcustom
 parameter with the same name.
 
-Most composite widgets, i.e. widgets containing other widgets, does
+Most composite widgets, i.e. widgets containing other widgets, do
 not allow recursion.  That is, when you define a new widget type, none
 of the inferior widgets may be of the same type you are currently
 defining.



reply via email to

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