]> git.eshelyaron.com Git - emacs.git/commitdiff
Merge from origin/emacs-28
authorStefan Kangas <stefan@marxist.se>
Fri, 27 May 2022 04:30:20 +0000 (06:30 +0200)
committerStefan Kangas <stefan@marxist.se>
Fri, 27 May 2022 04:30:20 +0000 (06:30 +0200)
9283508fb2 Fix format specifiers in tramp-adb.el
a9f17ccce3 ; Fix some doc typos and minor language issues

1  2 
doc/emacs/display.texi
etc/tutorials/TUTORIAL.it
lisp/emacs-lisp/ert-x.el
lisp/mail/footnote.el
lisp/net/tramp-adb.el
lisp/progmodes/sh-script.el

Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
index 8205218ce11ee04ab155a6d0a92963dd4701aa89,966357c0970360c512841cc94041466f6d1c8221..4d2554c08708052f956db8f74cb4a10d95ad99bf
@@@ -1412,10 -1409,10 +1412,10 @@@ If FORCE is non-nil and no process foun
  (defun sh-show-shell ()
    "Pop the shell interaction buffer."
    (interactive)
 -  (pop-to-buffer (process-buffer (sh-shell-process t))))
 +  (pop-to-buffer (process-buffer (sh-shell-process t)) display-comint-buffer-action))
  
  (defun sh-send-text (text)
-   "Send the text to the `sh-shell-process'."
+   "Send TEXT to `sh-shell-process'."
    (comint-send-string (sh-shell-process t) (concat text "\n")))
  
  (defun sh-cd-here ()