aboutsummaryrefslogtreecommitdiffstats
path: root/doc/misc
diff options
context:
space:
mode:
authorGlenn Morris2014-02-06 19:22:34 -0800
committerGlenn Morris2014-02-06 19:22:34 -0800
commit2b568bc90bdae6daddd3e928f1b120015c26907b (patch)
treeccbd70414c2fc2546b25c99c70d710dbde208864 /doc/misc
parente04d62b9d94817358faf16841a83859ed36ff3df (diff)
downloademacs-2b568bc90bdae6daddd3e928f1b120015c26907b.tar.gz
emacs-2b568bc90bdae6daddd3e928f1b120015c26907b.zip
Move iswitchb.el to obsolete/
Ref: http://lists.gnu.org/archive/html/emacs-devel/2013-11/msg00501.html * lisp/obsolete/iswitchb.el: Move to obsolete/. * lisp/simple.el (iswitchb-mode): Add manual autoloads to ease transition, since obsolete/ is not scanned for autoloads. * lisp/emacs-lisp/authors.el (authors-valid-file-names): Add iswitchb.el. * doc/emacs/ack.texi (Acknowledgments): No longer mention obsolete files. * doc/misc/viper.texi (File and Buffer Handling): Prefer ido to iswitchb. * etc/NEWS: Related edits.
Diffstat (limited to 'doc/misc')
-rw-r--r--doc/misc/ChangeLog4
-rw-r--r--doc/misc/viper.texi2
2 files changed, 5 insertions, 1 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog
index 7242110ec0f..766286c5fa7 100644
--- a/doc/misc/ChangeLog
+++ b/doc/misc/ChangeLog
@@ -1,3 +1,7 @@
12014-02-07 Glenn Morris <rgm@gnu.org>
2
3 * viper.texi (File and Buffer Handling): Prefer ido to iswitchb.
4
12014-02-06 Glenn Morris <rgm@gnu.org> 52014-02-06 Glenn Morris <rgm@gnu.org>
2 6
3 * epa.texi (Mail-mode integration): Mention epa-mail-aliases. 7 * epa.texi (Mail-mode integration): Mention epa-mail-aliases.
diff --git a/doc/misc/viper.texi b/doc/misc/viper.texi
index 3195bfa807d..5cbf32c9297 100644
--- a/doc/misc/viper.texi
+++ b/doc/misc/viper.texi
@@ -4064,7 +4064,7 @@ switch in another window. Buffer completion is supported.
4064The variable @var{viper-read-buffer-function} controls which function is 4064The variable @var{viper-read-buffer-function} controls which function is
4065actually used to read the buffer name. The default is @code{read-buffer}, 4065actually used to read the buffer name. The default is @code{read-buffer},
4066but better alternatives are also available in Emacs (e.g., 4066but better alternatives are also available in Emacs (e.g.,
4067@code{iswitchb-read-buffer}). 4067@code{ido-read-buffer}).
4068@vindex @var{viper-read-buffer-function} 4068@vindex @var{viper-read-buffer-function}
4069@item :B 4069@item :B
4070Like @kbd{:b}, but the meaning of @var{ex-cycle-other-window} is reversed. 4070Like @kbd{:b}, but the meaning of @var{ex-cycle-other-window} is reversed.