aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuc Teirlinck2005-05-18 14:52:29 +0000
committerLuc Teirlinck2005-05-18 14:52:29 +0000
commitea802fce60d7e05680265b18d75360936967880c (patch)
treedc8a2e89c6443a782351e09130b816f31dffa890
parentb697021d8e7c992ea789e8d9bc2788df85fb14e6 (diff)
downloademacs-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.texi9
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
1235function being called at point. (In other words, it finds the 1235function being called at point. (In other words, it finds the
1236function call that point is contained in, and displays the argument 1236function call that point is contained in, and displays the argument
1237list of that function.) If point is over a documented variable, it 1237list of that function.) If point is over a documented variable, it
1238shows the variable's docstring. Eldoc mode applies in Emacs Lisp and 1238shows the first line of the variable's docstring. Eldoc mode applies
1239Lisp Interaction modes only. Use the command @kbd{M-x eldoc-mode} to 1239in Emacs Lisp and Lisp Interaction modes, and perhaps a few others
1240enable or disable this feature. 1240that provide special support for looking up doc strings. Use the
1241command @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
2023these rules. As each digit is inserted, the indentation is recomputed. 2024these rules. As each digit is inserted, the indentation is recomputed.
2024To turn off this feature, set the variable 2025To 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