aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2002-04-19 00:18:22 +0000
committerRichard M. Stallman2002-04-19 00:18:22 +0000
commitc68b630c173954dc2e3361cb71560cc41bc8e81e (patch)
treedd801629a013223825dadc6456a077897757df22
parentf9350c5cef62b9b89f1b93b62c9c20c8c46e4dee (diff)
downloademacs-c68b630c173954dc2e3361cb71560cc41bc8e81e.tar.gz
emacs-c68b630c173954dc2e3361cb71560cc41bc8e81e.zip
Line break change.
-rw-r--r--lispref/commands.texi3
1 files changed, 2 insertions, 1 deletions
diff --git a/lispref/commands.texi b/lispref/commands.texi
index 46b7124c54b..f6be1c332a9 100644
--- a/lispref/commands.texi
+++ b/lispref/commands.texi
@@ -1106,7 +1106,8 @@ this form:
1106 1106
1107@example 1107@example
1108(@var{event-type} 1108(@var{event-type}
1109 (@var{window} @var{buffer-pos} (@var{x} . @var{y}) @var{timestamp}) 1109 (@var{window} @var{buffer-pos} (@var{x} . @var{y})
1110 @var{timestamp})
1110 @var{click-count}) 1111 @var{click-count})
1111@end example 1112@end example
1112 1113