]> git.eshelyaron.com Git - emacs.git/commit
Doc fix; more consistently refer to "text terminals"
authorStefan Kangas <stefankangas@gmail.com>
Sun, 1 Oct 2023 11:21:39 +0000 (13:21 +0200)
committerStefan Kangas <stefankangas@gmail.com>
Sun, 1 Oct 2023 11:58:53 +0000 (13:58 +0200)
commit6bdc5cfe384a017d775421e03ed4d77feddb76b9
tree1ef8ee200e32882aeaac519b6a27ddce502abc39
parentd210d761b19260c9ee7adf58f01ab1805c9d930a
Doc fix; more consistently refer to "text terminals"

In the Emacs Lisp manual, we refer to "text terminals" and "graphical
terminals" (see Info node `(elisp) Frames').  But in some places,
including the user manual, the alternative terminology "non-window
terminals" is used instead.

In other places, we use the terminology "non-windowing display"
instead of the more canonical "non-graphical display".

This is less clear than it could be.  Let's consolidate our
terminology to prefer the wording from the Emacs Lisp manual; in other
words, prefer "text" and "non-graphical" to "non-window".

* doc/emacs/frames.texi (Non-Window Terminals): Rename node from this...
(Text Terminals): ...to this.  (Bug#66282)
* doc/emacs/display.texi (Standard Faces):
* doc/emacs/emacs.texi (Top):
* doc/emacs/misc.texi (emacsclient Options):
* doc/misc/viper.texi (Rudimentary Changes)
(Packages that Change Keymaps):
* doc/emacs/frames.texi (Frames, Frame Commands, Mouse Avoidance):
Replace instances of "non-window terminals" with "text terminals".
* doc/misc/ediff.texi (Quick Help Customization):
(Window and Frame Configuration):
* lisp/vc/ediff.el (ediff-windows-wordwise)
(ediff-windows-linewise): Prefer saying 'non-graphical display' to
'non-windowing display'.
* lisp/net/tramp.el (tramp-default-method):
* lisp/printing.el (pr-find-command): Capitalize 'Windows' where it
clearly refers to the non-free operating system with that name.
doc/emacs/display.texi
doc/emacs/emacs.texi
doc/emacs/frames.texi
doc/emacs/misc.texi
doc/misc/ediff.texi
doc/misc/viper.texi
lisp/net/tramp.el
lisp/printing.el
lisp/vc/ediff.el