diff options
author | Luc Teirlinck <teirllm@auburn.edu> | 2005-05-18 14:52:29 +0000 |
---|---|---|
committer | Luc Teirlinck <teirllm@auburn.edu> | 2005-05-18 14:52:29 +0000 |
commit | ea802fce60d7e05680265b18d75360936967880c (patch) | |
tree | dc8a2e89c6443a782351e09130b816f31dffa890 /man/programs.texi | |
parent | b697021d8e7c992ea789e8d9bc2788df85fb14e6 (diff) | |
download | emacs-ea802fce60d7e05680265b18d75360936967880c.tar.gz |
(Lisp Doc): Eldoc mode shows only the first line of a variable's docstring.
Diffstat (limited to 'man/programs.texi')
-rw-r--r-- | man/programs.texi | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/man/programs.texi b/man/programs.texi index 98e60d0385c..83d8d6aa0b8 100644 --- a/man/programs.texi +++ b/man/programs.texi @@ -1235,9 +1235,10 @@ mode constantly displays in the echo area the argument list for the function being called at point. (In other words, it finds the function call that point is contained in, and displays the argument list of that function.) If point is over a documented variable, it -shows the variable's docstring. Eldoc mode applies in Emacs Lisp and -Lisp Interaction modes only. Use the command @kbd{M-x eldoc-mode} to -enable or disable this feature. +shows the first line of the variable's docstring. Eldoc mode applies +in Emacs Lisp and Lisp Interaction modes, and perhaps a few others +that provide special support for looking up doc strings. Use the +command @kbd{M-x eldoc-mode} to enable or disable this feature. @node Hideshow @section Hideshow minor mode @@ -2022,7 +2023,7 @@ value 5, line numbers are right-justified to end in column 4. Simply inserting a line number is enough to indent it according to these rules. As each digit is inserted, the indentation is recomputed. To turn off this feature, set the variable -@code{fortran-electric-line-number} to @code{nil}. +@code{fortran-electric-line-number} to @code{nil}. @node ForIndent Conv |