summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2001-06-26 13:22:05 +0000
committerRichard M. Stallman <rms@gnu.org>2001-06-26 13:22:05 +0000
commit33ef623f335fc7432b7a7b879fe35a4f59bc74e5 (patch)
tree98828f34cd0ff11cbcabaca0eb0d84b0da8a3488 /man
parent3365c41de443bee55d9c8460ec4367be886a4358 (diff)
downloademacs-33ef623f335fc7432b7a7b879fe35a4f59bc74e5.tar.gz
Avoid "sexp".
Diffstat (limited to 'man')
-rw-r--r--man/frames.texi2
1 files changed, 1 insertions, 1 deletions
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