diff options
| author | Michael Heerdegen | 2022-10-23 03:29:44 +0200 |
|---|---|---|
| committer | Michael Heerdegen | 2022-11-26 11:05:58 +0100 |
| commit | 2eccd6eb5f30749fa63d7366b235356e7b4fdfcd (patch) | |
| tree | 38450d8ef5c52ca9ee4ec9321d3c4671eacc219f /lisp/wid-edit.el | |
| parent | 34256906aa885d8929f17ab08b0748586b05ef06 (diff) | |
| download | emacs-2eccd6eb5f30749fa63d7366b235356e7b4fdfcd.tar.gz emacs-2eccd6eb5f30749fa63d7366b235356e7b4fdfcd.zip | |
; Fix some typos
* doc/emacs/programs.texi (Programming Language Doc):
* lisp/wid-edit.el (lazy): Fix typos.
Diffstat (limited to 'lisp/wid-edit.el')
| -rw-r--r-- | lisp/wid-edit.el | 2 |
1 files changed, 1 insertions, 1 deletions
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. | |||
| 3816 | The :type parameter takes the same arguments as the defcustom | 3816 | The :type parameter takes the same arguments as the defcustom |
| 3817 | parameter with the same name. | 3817 | parameter with the same name. |
| 3818 | 3818 | ||
| 3819 | Most composite widgets, i.e. widgets containing other widgets, does | 3819 | Most composite widgets, i.e. widgets containing other widgets, do |
| 3820 | not allow recursion. That is, when you define a new widget type, none | 3820 | not allow recursion. That is, when you define a new widget type, none |
| 3821 | of the inferior widgets may be of the same type you are currently | 3821 | of the inferior widgets may be of the same type you are currently |
| 3822 | defining. | 3822 | defining. |