diff options
| author | Luc Teirlinck | 2005-05-18 14:52:29 +0000 |
|---|---|---|
| committer | Luc Teirlinck | 2005-05-18 14:52:29 +0000 |
| commit | ea802fce60d7e05680265b18d75360936967880c (patch) | |
| tree | dc8a2e89c6443a782351e09130b816f31dffa890 | |
| parent | b697021d8e7c992ea789e8d9bc2788df85fb14e6 (diff) | |
| download | emacs-ea802fce60d7e05680265b18d75360936967880c.tar.gz emacs-ea802fce60d7e05680265b18d75360936967880c.zip | |
(Lisp Doc): Eldoc mode shows only the first line of a variable's docstring.
| -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 | |||
| 1235 | function being called at point. (In other words, it finds the | 1235 | function being called at point. (In other words, it finds the |
| 1236 | function call that point is contained in, and displays the argument | 1236 | function call that point is contained in, and displays the argument |
| 1237 | list of that function.) If point is over a documented variable, it | 1237 | list of that function.) If point is over a documented variable, it |
| 1238 | shows the variable's docstring. Eldoc mode applies in Emacs Lisp and | 1238 | shows the first line of the variable's docstring. Eldoc mode applies |
| 1239 | Lisp Interaction modes only. Use the command @kbd{M-x eldoc-mode} to | 1239 | in Emacs Lisp and Lisp Interaction modes, and perhaps a few others |
| 1240 | enable or disable this feature. | 1240 | that provide special support for looking up doc strings. Use the |
| 1241 | command @kbd{M-x eldoc-mode} to enable or disable this feature. | ||
| 1241 | 1242 | ||
| 1242 | @node Hideshow | 1243 | @node Hideshow |
| 1243 | @section Hideshow minor mode | 1244 | @section Hideshow minor mode |
| @@ -2022,7 +2023,7 @@ value 5, line numbers are right-justified to end in column 4. | |||
| 2022 | Simply inserting a line number is enough to indent it according to | 2023 | Simply inserting a line number is enough to indent it according to |
| 2023 | these rules. As each digit is inserted, the indentation is recomputed. | 2024 | these rules. As each digit is inserted, the indentation is recomputed. |
| 2024 | To turn off this feature, set the variable | 2025 | To turn off this feature, set the variable |
| 2025 | @code{fortran-electric-line-number} to @code{nil}. | 2026 | @code{fortran-electric-line-number} to @code{nil}. |
| 2026 | 2027 | ||
| 2027 | 2028 | ||
| 2028 | @node ForIndent Conv | 2029 | @node ForIndent Conv |