diff options
author | Stefan Kangas <stefankangas@gmail.com> | 2023-10-01 13:21:39 +0200 |
---|---|---|
committer | Stefan Kangas <stefankangas@gmail.com> | 2023-10-01 13:58:53 +0200 |
commit | 6bdc5cfe384a017d775421e03ed4d77feddb76b9 (patch) | |
tree | 1ef8ee200e32882aeaac519b6a27ddce502abc39 /doc/emacs/misc.texi | |
parent | d210d761b19260c9ee7adf58f01ab1805c9d930a (diff) | |
download | emacs-6bdc5cfe384a017d775421e03ed4d77feddb76b9.tar.gz emacs-6bdc5cfe384a017d775421e03ed4d77feddb76b9.tar.bz2 emacs-6bdc5cfe384a017d775421e03ed4d77feddb76b9.zip |
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.
Diffstat (limited to 'doc/emacs/misc.texi')
-rw-r--r-- | doc/emacs/misc.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/emacs/misc.texi b/doc/emacs/misc.texi index 171544fc983..1f21a5be0b3 100644 --- a/doc/emacs/misc.texi +++ b/doc/emacs/misc.texi @@ -2149,7 +2149,7 @@ overrides the environment variable.) Create a new client frame on the current text terminal, instead of using an existing Emacs frame. This behaves just like the @samp{-c} option, described above, except that it creates a text terminal frame -(@pxref{Non-Window Terminals}). +(@pxref{Text Terminals}). On MS-Windows, @samp{-t} behaves just like @samp{-c} if the Emacs server is using the graphical display, but if the Emacs server is |