aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2005-02-03 06:57:22 +0000
committerRichard M. Stallman2005-02-03 06:57:22 +0000
commitf75fbf430c3500a6ca567386cd0ef4a8e22f45be (patch)
tree5a7c084267e562e45e1837524c940027cb898606
parentcb21651739ce95adcc6586e4ac6bd7a1a6268e7a (diff)
downloademacs-f75fbf430c3500a6ca567386cd0ef4a8e22f45be.tar.gz
emacs-f75fbf430c3500a6ca567386cd0ef4a8e22f45be.zip
(Misc Events): Remove stray space.
-rw-r--r--lispref/commands.texi2
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.
1554The generated event has this form: 1554The 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