From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Question on set-window-margins Date: Wed, 03 Jan 2024 19:28:57 +0200 Message-ID: <83o7e2xr52.fsf@gnu.org> References: <83il4bzgmk.fsf@gnu.org> <83h6jvyu9p.fsf@gnu.org> <5FC2FDA6-CB7F-4285-958E-EC8595FC66AE@gmail.com> <834jfuzhg1.fsf@gnu.org> <83sf3ext3r.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="5242"; mail-complaints-to="usenet@ciao.gmane.io" Cc: casouri@gmail.com, emacs-devel@gnu.org To: "Nicolas P. Rougier (inria)" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Wed Jan 03 18:29:43 2024 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1rL53n-00017z-BZ for ged-emacs-devel@m.gmane-mx.org; Wed, 03 Jan 2024 18:29:43 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rL53L-0001B0-EP; Wed, 03 Jan 2024 12:29:15 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rL53J-0001AU-MN for emacs-devel@gnu.org; Wed, 03 Jan 2024 12:29:13 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rL53J-0000np-4M; Wed, 03 Jan 2024 12:29:13 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=xxddodt2pSjx8jY9e+ejBQx4C6N0l2c/vYoJXyvrpyM=; b=NQxW6nX7yLkO NvljWmMexlU5qy1b5AADwlqmXZX97itUkGNyOQPl5Sjz9dSgCm42uso3TH5mUPJYRcLhAVXTFAtCo Xy+IBtAAnE9odrYpv+TzKtaxhRctIrCxzaz5VPbOAtWQpa2K9hmec/C5oXGS+HW+3CC+gkBDIo5yz ERKON3CaMK7XpiRGUsnBmFjn+oT+NzKOmxRK9YSRxBtDtwLhxO1u0CSyZOy/k+CdJZKnAUisyJgMn hHI+n+Or7znnwXOdhEkQhDsCzu75gMgQXSLYJyGwHX1T3zXwxEcx1Y9/rgcpmGQtI/WYhERh5q0VL 1QzjDndUfYVEwDernqVknQ==; In-Reply-To: (nicolas.rougier@inria.fr) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:314508 Archived-At: > From: "Nicolas P. Rougier (inria)" > Cc: casouri@gmail.com, emacs-devel@gnu.org > Date: Wed, 03 Jan 2024 18:24:03 +0100 > > > Eli Zaretskii [2024-01-03 at 18:46] wrote: > > > If you are interested, you can get the full documentation of > > > any > > > Emacs Lisp function at any time by typing C-h f and then the > > > name > > > of the function (and then RET). Similarly, you can get the > > > full > > > documentation for a variable by typing C-h v and then the name > > > of > > > the variable (and then RET). > > > > I don't see what's wrong with that text (which is in the Emacs > > Lisp > > Introduction manual). > > I (maybe wrongly) understand from that sentence that I can get > full documentation for a function by typing 'C-h f' which is > obviously not the case because, as you underlined, other > information is available in the manual. The "full" is misleading. That's not the manual from which to learn this stuff.