diff options
| author | Eli Zaretskii | 2015-12-16 17:24:43 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2015-12-16 17:24:43 +0200 |
| commit | 4befa436fa122b72a77f20d3251217b3d994dcf9 (patch) | |
| tree | 1f24f0b3c221772e13f09ed0b1573a0116c69816 /doc | |
| parent | 972830c019122e2167b0367516b534fd2f16a320 (diff) | |
| download | emacs-4befa436fa122b72a77f20d3251217b3d994dcf9.tar.gz emacs-4befa436fa122b72a77f20d3251217b3d994dcf9.zip | |
; * doc/emacs/programs.texi (Lisp Doc): Clarofy last change.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/emacs/programs.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/emacs/programs.texi b/doc/emacs/programs.texi index 39839029d24..8423b70203c 100644 --- a/doc/emacs/programs.texi +++ b/doc/emacs/programs.texi | |||
| @@ -1268,9 +1268,9 @@ information whenever there is a Lisp function or variable at point; | |||
| 1268 | for a function, it shows the argument list, and for a variable it | 1268 | for a function, it shows the argument list, and for a variable it |
| 1269 | shows the first line of the variable's documentation string. To | 1269 | shows the first line of the variable's documentation string. To |
| 1270 | toggle Eldoc mode, type @kbd{M-x eldoc-mode}. There's also a Global | 1270 | toggle Eldoc mode, type @kbd{M-x eldoc-mode}. There's also a Global |
| 1271 | Eldoc mode, which is turned on by default, and turns Eldoc mode on in | 1271 | Eldoc mode, which is turned on by default, and affects buffers, such |
| 1272 | buffers whose major mode is Emacs Lisp or Lisp Interaction (@kbd{M-x | 1272 | as @samp{*scratch*}, whose major mode is Emacs Lisp or Lisp |
| 1273 | global-eldoc-mode} to turn it off globally). | 1273 | Interaction (@w{@kbd{M-x global-eldoc-mode}} to turn it off globally). |
| 1274 | 1274 | ||
| 1275 | @node Hideshow | 1275 | @node Hideshow |
| 1276 | @section Hideshow minor mode | 1276 | @section Hideshow minor mode |