From: Sean O'Rourke Date: Wed, 28 Nov 2012 00:24:19 +0000 (-0800) Subject: repl -> REPL X-Git-Url: https://repo.or.cz/w/sepia.git/commitdiff_plain/ee53d9fb85d0d4d62d3ffd5899111701965f3a7b repl -> REPL --- diff --git a/sepia.texi b/sepia.texi index 8158b7d..63469c9 100644 --- a/sepia.texi +++ b/sepia.texi @@ -466,7 +466,7 @@ a thin wrapper around @code{query-replace}. Sepia's second main contribution is an interactive interface (REPL) to an inferior Perl process. The interface is based on GUD mode, and inherits many of its bindings; this chapter discusses only the Sepia -extensions. To start or switch to the repl, type @kbd{M-x sepia-repl}. +extensions. To start or switch to the REPL, type @kbd{M-x sepia-repl}. As in Sepia mode, @key{TAB} in the REPL performs partial-word completion with @code{sepia-complete-symbol}.