From: Richard M. Stallman Date: Tue, 26 Jun 2001 13:22:05 +0000 (+0000) Subject: Avoid "sexp". X-Git-Tag: emacs-pretest-21.0.104~138 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=57d28eadef63418c65991573ee50fffb23148839;p=emacs.git Avoid "sexp". --- diff --git a/man/frames.texi b/man/frames.texi index bd49e582316..70b2a64cb5b 100644 --- a/man/frames.texi +++ b/man/frames.texi @@ -141,7 +141,7 @@ click on a character with ``symbol'' syntax (such as underscore, in C mode), it sets the region around the symbol surrounding that character. If you click on a character with open-parenthesis or close-parenthesis -syntax, it sets the region around the parenthetical grouping (sexp) +syntax, it sets the region around the parenthetical grouping which that character starts or ends. If you click on a character with string-delimiter syntax (such as a singlequote or doublequote in C), it sets the region around the string constant (using heuristics to figure