]> git.eshelyaron.com Git - emacs.git/commitdiff
Merge remote-tracking branch 'origin/master' into feature/tramp-thread-safe
authorMichael Albinus <michael.albinus@gmx.de>
Fri, 27 Mar 2020 10:05:00 +0000 (11:05 +0100)
committerMichael Albinus <michael.albinus@gmx.de>
Fri, 27 Mar 2020 10:05:00 +0000 (11:05 +0100)
1  2 
doc/lispref/files.texi
etc/NEWS
lisp/files.el
lisp/net/tramp-compat.el
lisp/net/tramp.el
lisp/simple.el
test/lisp/net/tramp-tests.el

Simple merge
diff --cc etc/NEWS
index 5fd24395bac4156212223811496675e28a29a6e7,49b7fcd8c215fe18add0cacc7636676524eb2764..fd1ed3ec9dbbc17c8bf3f5f2ef37f1b977334c4c
+++ b/etc/NEWS
@@@ -130,11 -145,20 +155,23 @@@ To revert to the previous behaviour
  unconditionally aborts the current edebug instrumentation with the
  supplied error message.
  
+ +++
+ ** ElDoc
+ *** New hook 'eldoc-documentation-functions' to be used for registering
+ doc string functions.  This makes the results of all doc string
+ functions accessible to the user through the existing single function hook
+ 'eldoc-documentation-function'.
+ *** 'eldoc-documentation-function' is now a user option.
+ Modes should use the new hook instead of this user option to register
+ their backends.
  ** Tramp
  
 +---
 +*** Tramp is now thread-safe.
 +
  +++
  *** New connection method "media", which allows accessing media devices
  like cell phones, tablets or cameras.
diff --cc lisp/files.el
Simple merge
Simple merge
Simple merge
diff --cc lisp/simple.el
Simple merge
Simple merge