summaryrefslogtreecommitdiff
path: root/lisp/gnus/gnus-undo.el
diff options
context:
space:
mode:
authorStefan Kangas <stefan@marxist.se>2021-10-15 20:22:11 +0200
committerStefan Kangas <stefan@marxist.se>2021-10-15 20:22:11 +0200
commitb5a0eda978738467eed16b9a530d175c33418362 (patch)
tree90fd822874150bac79c8d301668ea3b5b23119aa /lisp/gnus/gnus-undo.el
parent4ad0fc0dd08d65978ed8a1637bc1a14c26b41bee (diff)
downloademacs-b5a0eda978738467eed16b9a530d175c33418362.tar.gz
emacs-b5a0eda978738467eed16b9a530d175c33418362.tar.bz2
emacs-b5a0eda978738467eed16b9a530d175c33418362.zip
Prefer "graphical displays" to "X terminals" in documentation
* doc/lispref/objects.texi (Ctl-Char Syntax): Fix incorrect remark; some text terminals can generate ASCII control characters. (Other Char Bits): * lisp/bindings.el: * lisp/gnus/gnus-undo.el (gnus-undo-mode-map): Say "graphical display" and "GUI display" instead of "X terminal"; the latter term is archaic. (Bug#51217)
Diffstat (limited to 'lisp/gnus/gnus-undo.el')
-rw-r--r--lisp/gnus/gnus-undo.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/gnus/gnus-undo.el b/lisp/gnus/gnus-undo.el
index 64ed2bbad6b..07cf5d495a6 100644
--- a/lisp/gnus/gnus-undo.el
+++ b/lisp/gnus/gnus-undo.el
@@ -81,7 +81,7 @@
"\M-\C-_" gnus-undo
"\C-_" gnus-undo
"\C-xu" gnus-undo
- ;; many people are used to type `C-/' on X terminals and get `C-_'.
+ ;; Many people are used to type `C-/' on GUI frames and get `C-_'.
[(control /)] gnus-undo)
map))