]> git.eshelyaron.com Git - emacs.git/commitdiff
Merge from origin/emacs-26
authorGlenn Morris <rgm@gnu.org>
Wed, 31 Jul 2019 04:42:34 +0000 (21:42 -0700)
committerGlenn Morris <rgm@gnu.org>
Wed, 31 Jul 2019 04:42:34 +0000 (21:42 -0700)
8fbe462 (origin/emacs-26) ; * doc/lispref/positions.texi (List Motion...
1d9efc0 Add index for "\( in strings" (Bug#25195)
304e96f Fix doc-string of 'fit-window-to-buffer' (Bug#36848)
d4c4987 Update view-mode docstring
d6ca1fc ; * lisp/term.el: Add missing / to esc seq commentary.
b3e2073 Fix subproc listening when setting filter to non-t (Bug#36591)
f671950 * etc/NEWS.25: Belatedly announce rcirc-reconnect-delay.
7f42277 Mention term.el's \032 dir tracking in commentary (Bug#19524)
16a529e Remove upload functionality of package-x from the elisp manual
78e6c2a * etc/AUTHORS: Update.
086a56e Clarify Gravatar docs
0592467 * doc/lispref/display.texi (Defining Faces): Say a face can't...

# Conflicts:
# doc/emacs/programs.texi
# etc/AUTHORS
# lisp/term.el

1  2 
doc/lispref/display.texi
doc/lispref/package.texi
doc/misc/gnus.texi
lisp/emacs-lisp/package-x.el
lisp/image/gravatar.el
lisp/term.el
lisp/view.el
lisp/window.el
src/process.c
test/src/process-tests.el

Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
diff --cc lisp/term.el
Simple merge
diff --cc lisp/view.el
index e4489b391a9a8d5c4da0edb55d78c55029b651be,5e6f3e2caa90f89747e3a9facb5ed5f10a1c903f..deda061cd392abddee5a560b1916d7b8e74b41fa
@@@ -381,10 -381,13 +381,10 @@@ own View-like bindings.
    ;; bindings instead of using the \\[] construction.  The reason for this
    ;; is that most commands have more than one key binding.
    "Toggle View mode, a minor mode for viewing text but not editing it.
 -With a prefix argument ARG, enable View mode if ARG is positive,
 -and disable it otherwise.  If called from Lisp, enable View mode
 -if ARG is omitted or nil.
  
  When View mode is enabled, commands that do not change the buffer
- contents are available as usual.  Kill commands insert text in
kill buffers but do not delete.  Most other commands beep and
+ contents are available as usual.  Kill commands save text but
do not delete it from the buffer.  Most other commands beep and
  tell the user that the buffer is read-only.
  
  \\<view-mode-map>
diff --cc lisp/window.el
Simple merge
diff --cc src/process.c
Simple merge
Simple merge