emacs/lisp/vc
Stefan Kangas 6bdc5cfe38 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.
2023-10-01 13:58:53 +02:00
..
add-log.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
compare-w.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
cvs-status.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
diff-mode.el * lisp/vc/diff-mode.el (diff-font-lock-keywords): Check for limit. 2023-01-09 09:54:19 +02:00
diff.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
ediff-diff.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
ediff-help.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
ediff-hook.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
ediff-init.el ; Add a doc string for 'ediff-window-display-p' obsolescence 2023-02-28 15:15:27 +02:00
ediff-merg.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
ediff-mult.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
ediff-ptch.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
ediff-util.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
ediff-vers.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
ediff-wind.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
ediff.el Doc fix; more consistently refer to "text terminals" 2023-10-01 13:58:53 +02:00
emerge.el * lisp/vc/emerge.el (emerge-show-file-name): Make obsolete. 2022-08-11 13:11:50 +02:00
log-edit.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
log-view.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
pcvs-defs.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
pcvs-info.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
pcvs-parse.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
pcvs-util.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
pcvs.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
smerge-mode.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
vc-annotate.el * lisp/vc/vc-annotate.el (vc-annotate-mode-menu): Quote vc-annotate-backend. 2023-05-25 21:33:11 +03:00
vc-bzr.el * lisp/vc/vc-bzr.el (vc-bzr--pushpull): Return buffer's process. 2023-01-24 20:27:07 +02:00
vc-cvs.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
vc-dav.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
vc-dir.el * lisp/vc/vc-dir.el: Make keys ‘% m’ and ‘* %’ compatible with Dired 2023-01-18 19:55:10 +02:00
vc-dispatcher.el Handle relative file names in vc-resynch-window and vc-resynch-buffer 2023-01-24 20:48:20 +02:00
vc-filewise.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
vc-git.el Fix minor bugs in vc-git and vc-hg on Windows uncovered by vc-tests 2023-09-01 16:08:36 +03:00
vc-hg.el Fix minor bugs in vc-git and vc-hg on Windows uncovered by vc-tests 2023-09-01 16:08:36 +03:00
vc-hooks.el ; Minor fixes in documentation of recently-changed VC commands 2023-05-26 11:09:14 +03:00
vc-rcs.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
vc-sccs.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
vc-src.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
vc-svn.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
vc.el ; * lisp/vc/vc.el (vc-next-action): Improve commentary. 2023-09-29 10:08:04 +03:00