From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Julien Danjou Newsgroups: gmane.emacs.devel Subject: [PATCH] Fx_show_tip: fix typo in docstring Date: Wed, 10 Nov 2010 14:43:38 +0100 Message-ID: <1289396618-26391-1-git-send-email-julien@danjou.info> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1289396678 29654 80.91.229.12 (10 Nov 2010 13:44:38 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 10 Nov 2010 13:44:38 +0000 (UTC) Cc: Julien Danjou To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Nov 10 14:44:34 2010 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PGAyW-0006WH-Hv for ged-emacs-devel@m.gmane.org; Wed, 10 Nov 2010 14:44:32 +0100 Original-Received: from localhost ([127.0.0.1]:55261 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PGAyW-00048H-0S for ged-emacs-devel@m.gmane.org; Wed, 10 Nov 2010 08:44:32 -0500 Original-Received: from [140.186.70.92] (port=60181 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PGAxk-0003mL-3e for emacs-devel@gnu.org; Wed, 10 Nov 2010 08:43:45 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PGAxi-00037n-Nq for emacs-devel@gnu.org; Wed, 10 Nov 2010 08:43:43 -0500 Original-Received: from coquelicot-s.easter-eggs.com ([213.215.37.94]:49770) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PGAxi-00036e-GH for emacs-devel@gnu.org; Wed, 10 Nov 2010 08:43:42 -0500 Original-Received: from cigue.easter-eggs.fr (cigue.easter-eggs.fr [10.0.0.33]) by rose.easter-eggs.fr (Postfix) with ESMTPS id EF52314195; Wed, 10 Nov 2010 14:43:36 +0100 (CET) Original-Received: from jdanjou by cigue.easter-eggs.fr with local (Exim 4.72) (envelope-from ) id 1PGAxf-0006sB-Mh; Wed, 10 Nov 2010 14:43:39 +0100 X-Mailer: git-send-email 1.7.2.3 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:132503 Archived-At: Signed-off-by: Julien Danjou --- src/ChangeLog | 4 ++++ src/xfns.c | 2 +- 2 files changed, 5 insertions(+), 1 deletions(-) diff --git a/src/ChangeLog b/src/ChangeLog index e43ae3d..4e9f403 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2010-11-09 Julien Danjou + + * xfns.c (Fx_show_tip): Fix typo in docstring. + 2010-11-07 Jan Dj=C3=A4rv =20 * xfns.c (set_machine_and_pid_properties): Let X set WM_CLIENT_MACHINE. diff --git a/src/xfns.c b/src/xfns.c index 576ab3f..e5e0335 100644 --- a/src/xfns.c +++ b/src/xfns.c @@ -4986,7 +4986,7 @@ change the tooltip's appearance. Automatically hide the tooltip after TIMEOUT seconds. TIMEOUT nil means use the default timeout of 5 seconds. =20 -If the list of frame parameters PARAMS contains a `left' parameters, +If the list of frame parameters PARMS contains a `left' parameters, the tooltip is displayed at that x-position. Otherwise it is displayed at the mouse position, with offset DX added (default is 5 if DX isn't specified). Likewise for the y-position; if a `top' frame --=20 1.7.2.3