]> git.eshelyaron.com Git - emacs.git/commitdiff
Merge from origin/emacs-26
authorGlenn Morris <rgm@gnu.org>
Fri, 16 Feb 2018 17:44:04 +0000 (09:44 -0800)
committerGlenn Morris <rgm@gnu.org>
Fri, 16 Feb 2018 17:44:04 +0000 (09:44 -0800)
a06a8ed (origin/emacs-26) ; * lisp/vc/vc-git.el (vc-git--program-vers...
edc06ad Make 'byte-compile-error-on-warn' a safe file variable
9f5d8da ; * lisp/textmodes/flyspell.el (flyspell-auto-correct-word): ...
f73905a Fix the doc string of flyspell-auto-correct-word
e9c7ddc Improve the MS-Windows appendix of the Emacs manual
6ddb4bd Fix 'vc-git--program-version'
63c93f7 Fix typos and wording in the Emacs manual
42f15b0 * doc/emacs/programs.texi (Semantic): Order programming langu...
b46be29 More improvements for the Emacs manual
874c0ed Minor wording change in Emacs manual
53511f9 Another set of changes for the manual
78426b8 Improvements on tramp.texi
0dca618 Tramp minor doc fixes

Conflicts:
doc/misc/tramp.texi

1  2 
doc/emacs/dired.texi
doc/emacs/files.texi
doc/emacs/programs.texi
doc/emacs/text.texi
doc/misc/tramp.texi
lisp/emacs-lisp/bytecomp.el
lisp/vc/vc-git.el

Simple merge
Simple merge
Simple merge
Simple merge
index e21df5ac39b6b01c1ff20ed8efdf58c21b767293,e264298efcfc41e0bbbb19a40a610b5b455ef35a..0dd82c582c2838bf88330a26b5a42ac9bdbaf87a
@@@ -1898,9 -1878,8 +1896,8 @@@ Similar localization may be necessary f
  prompts, for which @value{tramp} uses @option{tramp-wrong-passwd-regexp}.
  
  @item @command{tset} and other questions
 -@cindex unix command tset
 -@cindex tset unix command
 +@cindex unix command @command{tset}
 +@cindex @command{tset} unix command
- @vindex tramp-terminal-type
  
  @vindex tramp-terminal-type
  To suppress inappropriate prompts for terminal type, @value{tramp}
@@@ -2233,12 -2211,13 +2229,13 @@@ to direct all auto saves to that locati
  
  This section is incomplete.  Please share your solutions.
  
 -@cindex method sshx with cygwin
 -@cindex sshx method with cygwin
 +@cindex method @option{sshx} with cygwin
 +@cindex @option{sshx} method with cygwin
  
  Cygwin's @command{ssh} works only with a Cygwin version of Emacs.  To
- check for compatibility: type @kbd{M-x eshell}, and start @kbd{ssh
- test.host}.  Incompatibilities trigger this message:
+ check for compatibility: type @kbd{M-x eshell @key{RET}}, and start
+ @kbd{ssh test.host @key{RET}}.  Incompatibilities trigger this
+ message:
  
  @example
  Pseudo-terminal will not be allocated because stdin is not a terminal.
Simple merge
Simple merge