aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/emacs/programs.texi2
-rw-r--r--lisp/wid-edit.el2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/emacs/programs.texi b/doc/emacs/programs.texi
index 6abf29c0093..c7f497c652b 100644
--- a/doc/emacs/programs.texi
+++ b/doc/emacs/programs.texi
@@ -1419,7 +1419,7 @@ displaying all of the documentation texts concatenated together.
1419This abnormal hook's value is a list of functions that can produce 1419This abnormal hook's value is a list of functions that can produce
1420documentation for the symbol at point as appropriate for the current 1420documentation for the symbol at point as appropriate for the current
1421buffer's major-mode. These functions act as a collection of backends 1421buffer's major-mode. These functions act as a collection of backends
1422for ElDoc. Major mode register their documentation lookup functions 1422for ElDoc. Major modes register their documentation lookup functions
1423with ElDoc by adding their functions to the buffer-local value of this 1423with ElDoc by adding their functions to the buffer-local value of this
1424variable. 1424variable.
1425@end vtable 1425@end vtable
diff --git a/lisp/wid-edit.el b/lisp/wid-edit.el
index 4d9663cea95..cc7926c3c50 100644
--- a/lisp/wid-edit.el
+++ b/lisp/wid-edit.el
@@ -3816,7 +3816,7 @@ thus allowing recursive data structures to be described.
3816The :type parameter takes the same arguments as the defcustom 3816The :type parameter takes the same arguments as the defcustom
3817parameter with the same name. 3817parameter with the same name.
3818 3818
3819Most composite widgets, i.e. widgets containing other widgets, does 3819Most composite widgets, i.e. widgets containing other widgets, do
3820not allow recursion. That is, when you define a new widget type, none 3820not allow recursion. That is, when you define a new widget type, none
3821of the inferior widgets may be of the same type you are currently 3821of the inferior widgets may be of the same type you are currently
3822defining. 3822defining.