diff options
author | sabetts <sabetts> | 2001-03-02 09:40:59 +0000 |
---|---|---|
committer | sabetts <sabetts> | 2001-03-02 09:40:59 +0000 |
commit | bfbea3ac8dfd317d3d0f135b98d80bdcb4a84a74 (patch) | |
tree | 9d67364ae6045cbc45b84bb2aa3f8ed18caa4efb /doc | |
parent | 257289a3ca61b2f4a349f3dc559b3f853ce5fc31 (diff) | |
download | ratpoison-bfbea3ac8dfd317d3d0f135b98d80bdcb4a84a74.zip |
* actions.c (initialize_default_keybindings): removed emacs
binding.
* Makefile.am (SUBDIRS): removed man/
* configure.in (AC_OUTPUT): removed man/Makefile
removed references to emacs.
* doc/Makefile.am (man_MANS): ratpoison.1 moved to doc/
* doc/ratpoison.texi: minor updates.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Makefile.am | 1 | ||||
-rw-r--r-- | doc/ratpoison.texi | 4 |
2 files changed, 1 insertions, 4 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index 96a2f8b..fb58769 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1 +1,2 @@ +man_MANS = ratpoison.1 info_TEXINFOS = ratpoison.texi diff --git a/doc/ratpoison.texi b/doc/ratpoison.texi index 203d885..9499484 100644 --- a/doc/ratpoison.texi +++ b/doc/ratpoison.texi @@ -198,10 +198,6 @@ Open a new X terminal. @item C-t C-: This allows you to execute a single ratpoison command. -@item C-t e -@item C-t C-e -Run Emacs (you know you want to). - @item C-t ! Run a shell command. |