diff options
author | Michael Heerdegen <michael_heerdegen@web.de> | 2022-10-23 03:29:44 +0200 |
---|---|---|
committer | Michael Heerdegen <michael_heerdegen@web.de> | 2022-11-26 11:05:58 +0100 |
commit | 2eccd6eb5f30749fa63d7366b235356e7b4fdfcd (patch) | |
tree | 38450d8ef5c52ca9ee4ec9321d3c4671eacc219f /doc/emacs/programs.texi | |
parent | 34256906aa885d8929f17ab08b0748586b05ef06 (diff) | |
download | emacs-2eccd6eb5f30749fa63d7366b235356e7b4fdfcd.tar.gz emacs-2eccd6eb5f30749fa63d7366b235356e7b4fdfcd.tar.bz2 emacs-2eccd6eb5f30749fa63d7366b235356e7b4fdfcd.zip |
; Fix some typos
* doc/emacs/programs.texi (Programming Language Doc):
* lisp/wid-edit.el (lazy): Fix typos.
Diffstat (limited to 'doc/emacs/programs.texi')
-rw-r--r-- | doc/emacs/programs.texi | 2 |
1 files changed, 1 insertions, 1 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. 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 |