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
314ff318
Commit
314ff318
authored
Jan 29, 2014
by
Glenn Morris
Browse files
* etc/NEWS: ElDoc related edit.
* lisp/emacs-lisp/eldoc.el: Related commentary.
parent
6bbc0c84
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
etc/NEWS
etc/NEWS
+5
-2
lisp/emacs-lisp/eldoc.el
lisp/emacs-lisp/eldoc.el
+1
-0
No files found.
etc/NEWS
View file @
314ff318
...
...
@@ -462,7 +462,10 @@ and `desktop-restore-forces-onscreen' offer further customization.
**
New
Dired
minor
mode
`
dired
-
hide
-
details
-
mode
' toggles whether details,
such as file ownership or permissions, are visible.
** Eldoc Mode works properly in the minibuffer.
---
** You can enable ElDoc inside the `eval-expression'
minibuffer
with
:
(
add
-
hook
'eval-expression-minibuffer-setup-hook '
eldoc
-
mode
)
The
results
display
in
the
mode
line
.
**
Electric
Pair
mode
...
...
@@ -623,7 +626,7 @@ are lined up to the first one.
***
Completion
in
Octave
file
buffers
.
*** El
d
oc support.
***
El
D
oc
support
.
***
Jump
to
definition
.
...
...
lisp/emacs-lisp/eldoc.el
View file @
314ff318
...
...
@@ -39,6 +39,7 @@
;; (add-hook 'emacs-lisp-mode-hook 'eldoc-mode)
;; (add-hook 'lisp-interaction-mode-hook 'eldoc-mode)
;; (add-hook 'ielm-mode-hook 'eldoc-mode)
;; (add-hook 'eval-expression-minibuffer-setup-hook 'eldoc-mode)
;; Major modes for other languages may use ElDoc by defining an
;; appropriate function as the buffer-local value of
...
...
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