From ee53d9fb85d0d4d62d3ffd5899111701965f3a7b Mon Sep 17 00:00:00 2001 From: Sean O'Rourke Date: Tue, 27 Nov 2012 16:24:19 -0800 Subject: [PATCH] repl -> REPL --- sepia.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}. -- 2.11.4.GIT