diff options
author | Charles A. Roelli <charles@aurox.ch> | 2018-07-19 22:17:24 +0200 |
---|---|---|
committer | Charles A. Roelli <charles@aurox.ch> | 2018-07-19 22:17:24 +0200 |
commit | 3a91c5e4a2684b04b86356a32b7ec57145ceba95 (patch) | |
tree | d9a3fe67c7a475036dfdbb0e44b75bb1a69c5f18 | |
parent | 36b64e087ea332505ae9a40f90af45e678db2255 (diff) | |
download | emacs-3a91c5e4a2684b04b86356a32b7ec57145ceba95.tar.gz |
; * etc/NEWS: Fix confused documentation markers.
The options.el marker was accidentally moved in 2018-07-16
"Improve description of window configs in 'register-val-describe'".
-rw-r--r-- | etc/NEWS | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -554,11 +554,12 @@ are obsoleted in GVFS. *** The user option 'tramp-ignored-file-name-regexp' allows to disable Tramp for some look-alike remote file names. ---- ** Register +--- *** The return value of method 'register-val-describe' includes the names of buffers shown by the windows of a window configuration. +--- ** The options.el library has been removed. It was obsolete since Emacs 22.1, replaced by customize. |