diff options
| author | Richard M. Stallman | 2002-04-19 00:18:22 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2002-04-19 00:18:22 +0000 |
| commit | c68b630c173954dc2e3361cb71560cc41bc8e81e (patch) | |
| tree | dd801629a013223825dadc6456a077897757df22 | |
| parent | f9350c5cef62b9b89f1b93b62c9c20c8c46e4dee (diff) | |
| download | emacs-c68b630c173954dc2e3361cb71560cc41bc8e81e.tar.gz emacs-c68b630c173954dc2e3361cb71560cc41bc8e81e.zip | |
Line break change.
| -rw-r--r-- | lispref/commands.texi | 3 |
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 | ||