]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix some typos
authorMichael Heerdegen <michael_heerdegen@web.de>
Sun, 23 Oct 2022 01:29:44 +0000 (03:29 +0200)
committerMichael Heerdegen <michael_heerdegen@web.de>
Sat, 26 Nov 2022 10:05:58 +0000 (11:05 +0100)
* doc/emacs/programs.texi (Programming Language Doc):
* lisp/wid-edit.el (lazy): Fix typos.

doc/emacs/programs.texi
lisp/wid-edit.el

index 6abf29c0093ba65c00f108619cd3f0a42825308e..c7f497c652b60e3ca4b44efbb103ef324b50dd52 100644 (file)
@@ -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
index 4d9663cea959f60b0f30f59b5b3eb1af2a35eac5..cc7926c3c507ef9cc819c5ba0b75a8aec71eed2a 100644 (file)
@@ -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.