diff options
| author | Stefan Kangas | 2021-10-04 01:08:03 +0200 |
|---|---|---|
| committer | Stefan Kangas | 2021-10-04 03:26:11 +0200 |
| commit | c0793cd9dea407e244537f77361cfbe5077181db (patch) | |
| tree | a381f6402de088d09b1e6a4e2f17be8a93daebc9 /admin/notes/multi-tty | |
| parent | 87153cc9151fe2398c243cf49eb27584c166c58a (diff) | |
| download | emacs-c0793cd9dea407e244537f77361cfbe5077181db.tar.gz emacs-c0793cd9dea407e244537f77361cfbe5077181db.zip | |
Don't use some obsolete names in documentation
* admin/notes/bugtracker: Use non-obsolete name
'mail-dont-reply-to-names'.
* admin/notes/multi-tty: Mention new variable name
'x-selection-value'.
* doc/lispintro/emacs-lisp-intro.texi (Point and mark)
(Point and mark, Design @value{COUNT-WORDS}): Avoid using obsolete
name 'count-lines-region'.
* doc/lispref/hooks.texi (Standard Hooks): Remove reference to
obsolete abnormal hook 'completion-annotate-function'.
* doc/misc/efaq.texi (SPC no longer completes file names): Remove
reference to obsolete 'minibuffer-local-filename-must-match-map';
setting it has no effect.
* doc/misc/gnus.texi (NNTP): Remove reference to obsolete variable
'nntp-authinfo-file'.
* doc/misc/reftex.texi (Table of Contents, Creating Citations)
(Options - Table of Contents, Options - Referencing Labels)
(Options - Creating Citations, Options - Index Support)
(Options - Index Support, Changes): Don't use obsolete names.
* doc/misc/speedbar.texi (Minor Display Modes)
(Major Display Modes): Make variable name suggestions more in line
with existing non-obsolete variable.
* lisp/textmodes/reftex-cite.el (reftex-select-bib-mode-map):
* lisp/textmodes/reftex-ref.el (reftex-offer-label-menu): Don't use
obsolete variable names.
* lisp/progmodes/which-func.el (which-func-mode): Doc fix.
Diffstat (limited to 'admin/notes/multi-tty')
| -rw-r--r-- | admin/notes/multi-tty | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/notes/multi-tty b/admin/notes/multi-tty index 1a337b9d799..fa4df820ae4 100644 --- a/admin/notes/multi-tty +++ b/admin/notes/multi-tty | |||
| @@ -474,7 +474,7 @@ THINGS TO DO | |||
| 474 | definition. | 474 | definition. |
| 475 | 475 | ||
| 476 | Exceptions found so far: x-select-text and | 476 | Exceptions found so far: x-select-text and |
| 477 | x-cut-buffer-or-selection-value. | 477 | x-selection-value (old name: x-cut-buffer-or-selection-value). |
| 478 | 478 | ||
| 479 | ** Have a look at fatal_error_hook. | 479 | ** Have a look at fatal_error_hook. |
| 480 | 480 | ||