summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas D Steeves <nsteeves@gmail.com>2018-12-01 16:33:21 -0500
committerNicholas D Steeves <nsteeves@gmail.com>2018-12-01 16:33:21 -0500
commite5da3ebb40ed49bcc31a0578dec9ad6411eb4fff (patch)
treee711d378f019675695ea5f8fedaa02951bbf2ab4
parentd183424789a40beb30360d0fbac63ff831ab1e23 (diff)
README: sys-apropos: add suggestion for direct replacement.
-rw-r--r--debian/README.Debian6
1 files changed, 4 insertions, 2 deletions
diff --git a/debian/README.Debian b/debian/README.Debian
index 4796574..25ee7ea 100644
--- a/debian/README.Debian
+++ b/debian/README.Debian
@@ -335,7 +335,9 @@ one wants to maintain.
T sys-apropos.el provides M-x sys-apropos, an interface to the
"apropos" command.
- - This functionality is provided by "M-x man" and "M-x info".
+ - This functionality is provided by "M-x man" and "M-x info", both of
+ which are built into GNU Emacs.
+ - Alternatively, use "M-x counsel-apropos" from the elpa-counsel package.
E tabbar.el displays buffers as tabs in the header line, and
provides commands to switch between them. You can bind keys to
@@ -405,4 +407,4 @@ one wants to maintain.
conf-mode.el. Without xrdb-mode, GNU Emacs opens these files using
conf-xdefaults-mode. See RFP Bug #902749
- -- David Bremner <bremner@debian.org>, Fri, 30 Nov 2018 22:04:19 -0400
+ -- Nicholas D Steeves <nsteeves@gmail.com>, Sat, 1 Dec 2018 16:38:40 -0500