emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r116206: * etc/NEWS: ElDoc related edit.


From: Glenn Morris
Subject: [Emacs-diffs] trunk r116206: * etc/NEWS: ElDoc related edit.
Date: Thu, 30 Jan 2014 07:54:33 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 116206
revision-id: address@hidden
parent: address@hidden
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Wed 2014-01-29 23:54:28 -0800
message:
  * etc/NEWS: ElDoc related edit.
  
  * lisp/emacs-lisp/eldoc.el: Related commentary.
modified:
  etc/NEWS                       news-20100311060928-aoit31wvzf25yr1z-1
  lisp/emacs-lisp/eldoc.el       eldoc.el-20091113204419-o5vbwnq5f7feedwu-952
=== modified file 'etc/NEWS'
--- a/etc/NEWS  2014-01-30 07:48:06 +0000
+++ b/etc/NEWS  2014-01-30 07:54:28 +0000
@@ -462,7 +462,10 @@
 ** 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 @@
 
 *** Completion in Octave file buffers.
 
-*** Eldoc support.
+*** ElDoc support.
 
 *** Jump to definition.
 

=== modified file 'lisp/emacs-lisp/eldoc.el'
--- a/lisp/emacs-lisp/eldoc.el  2014-01-30 07:42:57 +0000
+++ b/lisp/emacs-lisp/eldoc.el  2014-01-30 07:54:28 +0000
@@ -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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]