diff options
| author | Eli Zaretskii | 2015-12-16 16:38:06 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2015-12-16 16:38:06 +0200 |
| commit | f92ba5db978f06174cd217c63a18d6b0295bbc44 (patch) | |
| tree | 183865f09b61afd120ed5d5c56684d55712da7f5 /doc | |
| parent | 8df2eb9dc599c9eb95eea51fe7d45e972cb275f1 (diff) | |
| download | emacs-f92ba5db978f06174cd217c63a18d6b0295bbc44.tar.gz emacs-f92ba5db978f06174cd217c63a18d6b0295bbc44.zip | |
Document Eldoc changes
* doc/emacs/programs.texi (Lisp Doc): Document Global Eldoc mode.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/emacs/programs.texi | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/emacs/programs.texi b/doc/emacs/programs.texi index bfc991b84c3..bc8d39c974f 100644 --- a/doc/emacs/programs.texi +++ b/doc/emacs/programs.texi | |||
| @@ -1234,13 +1234,16 @@ variables that you want to use. @xref{Name Help}. | |||
| 1234 | 1234 | ||
| 1235 | @cindex Eldoc mode | 1235 | @cindex Eldoc mode |
| 1236 | @findex eldoc-mode | 1236 | @findex eldoc-mode |
| 1237 | @findex global-eldoc-mode | ||
| 1237 | Eldoc is a buffer-local minor mode that helps with looking up Lisp | 1238 | Eldoc is a buffer-local minor mode that helps with looking up Lisp |
| 1238 | documentation. When it is enabled, the echo area displays some useful | 1239 | documentation. When it is enabled, the echo area displays some useful |
| 1239 | information whenever there is a Lisp function or variable at point; | 1240 | information whenever there is a Lisp function or variable at point; |
| 1240 | for a function, it shows the argument list, and for a variable it | 1241 | for a function, it shows the argument list, and for a variable it |
| 1241 | shows the first line of the variable's documentation string. To | 1242 | shows the first line of the variable's documentation string. To |
| 1242 | toggle Eldoc mode, type @kbd{M-x eldoc-mode}. Eldoc mode can be used | 1243 | toggle Eldoc mode, type @kbd{M-x eldoc-mode}. There's also a Global |
| 1243 | with the Emacs Lisp and Lisp Interaction major modes. | 1244 | Eldoc mode, which is turned on by default in buffers whose major mode |
| 1245 | is Emacs Lisp or Lisp Interaction (@kbd{M-x global-eldoc-mode} to turn | ||
| 1246 | it off). | ||
| 1244 | 1247 | ||
| 1245 | @node Hideshow | 1248 | @node Hideshow |
| 1246 | @section Hideshow minor mode | 1249 | @section Hideshow minor mode |