diff options
author | Stefan Kangas <stefankangas@gmail.com> | 2022-08-23 18:16:01 +0200 |
---|---|---|
committer | Stefan Kangas <stefankangas@gmail.com> | 2022-08-23 18:16:01 +0200 |
commit | 10585c4f30abba0b63f9b8eb4971e814ce910140 (patch) | |
tree | 762df9af35f26f22d0c5aa563918fc0aa1345058 /etc | |
parent | 1c837c42c22181e5fe998c7ea1c6e12c4e711872 (diff) | |
download | emacs-10585c4f30abba0b63f9b8eb4971e814ce910140.tar.gz |
Update documentation for obsolete generalized variables
* doc/misc/cl.texi (Setf Extensions): Delete obsolete generalized
variables from list.
* etc/NEWS: Fix sorting of obsolete generalized variables.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/NEWS | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -2581,7 +2581,7 @@ abbrevlist.el, assoc.el, complete.el, cust-print.el, erc-hecomplete.el, mailpost.el, mouse-sel.el, old-emacs-lock.el, patcomp.el, pc-mode.el, pc-select.el, s-region.el, and sregex.el. ---- ++++ ** Many seldom-used generalized variables have been made obsolete. Emacs has a number of rather obscure generalized variables defined, that, for instance, allowed you to say things like: @@ -2594,7 +2594,7 @@ for instance, is the same as saying (narrow-to-region 4 (point-max)) The following generalized variables have been made obsolete: -'buffer-local-value', 'visited-file-name', 'buffer-modified-p', +'buffer-file-name', 'buffer-local-value', 'buffer-modified-p', 'buffer-name', 'buffer-string', 'buffer-substring', 'current-buffer', 'current-column', 'current-global-map', 'current-input-mode', 'current-local-map', 'current-window-configuration', @@ -2602,9 +2602,9 @@ The following generalized variables have been made obsolete: 'frame-visible-p', 'global-key-binding', 'local-key-binding', 'mark', 'mark-marker', 'marker-position', 'mouse-position', 'point', 'point-marker', 'point-max', 'point-min', 'read-mouse-position', -'screen-height', 'screen-width', 'selected-window', 'selected-screen', -'selected-frame', 'standard-case-table', 'syntax-table', -'visited-file-modtime', 'window-height', 'window-width' and +'screen-height', 'screen-width', 'selected-frame', 'selected-screen', +'selected-window', 'standard-case-table', 'syntax-table', +'visited-file-modtime', 'window-height', 'window-width', and 'x-get-secondary-selection'. |