Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
ea802fce
Commit
ea802fce
authored
May 18, 2005
by
Luc Teirlinck
Browse files
(Lisp Doc): Eldoc mode shows only the first line of a variable's docstring.
parent
b697021d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
man/programs.texi
man/programs.texi
+5
-4
No files found.
man/programs.texi
View file @
ea802fce
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment