aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/emacs/programs.texi7
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
1238documentation. When it is enabled, the echo area displays some useful 1239documentation. When it is enabled, the echo area displays some useful
1239information whenever there is a Lisp function or variable at point; 1240information whenever there is a Lisp function or variable at point;
1240for a function, it shows the argument list, and for a variable it 1241for a function, it shows the argument list, and for a variable it
1241shows the first line of the variable's documentation string. To 1242shows the first line of the variable's documentation string. To
1242toggle Eldoc mode, type @kbd{M-x eldoc-mode}. Eldoc mode can be used 1243toggle Eldoc mode, type @kbd{M-x eldoc-mode}. There's also a Global
1243with the Emacs Lisp and Lisp Interaction major modes. 1244Eldoc mode, which is turned on by default in buffers whose major mode
1245is Emacs Lisp or Lisp Interaction (@kbd{M-x global-eldoc-mode} to turn
1246it off).
1244 1247
1245@node Hideshow 1248@node Hideshow
1246@section Hideshow minor mode 1249@section Hideshow minor mode