diff options
| author | Richard M. Stallman | 2005-02-03 06:57:22 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2005-02-03 06:57:22 +0000 |
| commit | f75fbf430c3500a6ca567386cd0ef4a8e22f45be (patch) | |
| tree | 5a7c084267e562e45e1837524c940027cb898606 | |
| parent | cb21651739ce95adcc6586e4ac6bd7a1a6268e7a (diff) | |
| download | emacs-f75fbf430c3500a6ca567386cd0ef4a8e22f45be.tar.gz emacs-f75fbf430c3500a6ca567386cd0ef4a8e22f45be.zip | |
(Misc Events): Remove stray space.
| -rw-r--r-- | lispref/commands.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lispref/commands.texi b/lispref/commands.texi index 293d72783c5..ec3c972e28a 100644 --- a/lispref/commands.texi +++ b/lispref/commands.texi | |||
| @@ -1554,7 +1554,7 @@ portion of buffer text which has a @code{help-echo} text property. | |||
| 1554 | The generated event has this form: | 1554 | The generated event has this form: |
| 1555 | 1555 | ||
| 1556 | @example | 1556 | @example |
| 1557 | (help-echo @var{frame} @var{help} @var{window} @var{object} @var{pos}) | 1557 | (help-echo @var{frame} @var{help} @var{window} @var{object} @var{pos}) |
| 1558 | @end example | 1558 | @end example |
| 1559 | 1559 | ||
| 1560 | @noindent | 1560 | @noindent |