diff options
-rw-r--r-- | configure.in | 4 | ||||
-rw-r--r-- | doc/ratpoison.texi | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/configure.in b/configure.in index ecee316..cfa47ec 100644 --- a/configure.in +++ b/configure.in @@ -17,10 +17,10 @@ dnl You should have received a copy of the GNU General Public License dnl along with this program; if not, write to the Free Software dnl Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA dnl -dnl $Id: configure.in,v 1.44 2004/09/29 15:33:14 sabetts Exp $ +dnl $Id: configure.in,v 1.45 2004/10/05 16:44:59 sabetts Exp $ AC_INIT(src/main.c) -AM_INIT_AUTOMAKE(ratpoison, 1.3.1-cvs) +AM_INIT_AUTOMAKE(ratpoison, 1.3.1) AM_CONFIG_HEADER(src/config.h) diff --git a/doc/ratpoison.texi b/doc/ratpoison.texi index c9e070e..6e6d37f 100644 --- a/doc/ratpoison.texi +++ b/doc/ratpoison.texi @@ -860,7 +860,7 @@ key to bind and the command to run. For example, to bind @kbd{C-t R} to restart ratpoison: @example -: bind R restart +bind R restart @end example If no command is specified then bind works exactly like @command{unbind}, @@ -1210,7 +1210,7 @@ instance, if you frequently open emacs you may want to make an alias called @samp{emacs} that loads emacs. You would do it like this: @example -: alias emacs exec emacs +alias emacs exec emacs @end example An alias is treated exactly like a colon command in that you can call |