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 18:46:32 +0200 Message-ID: <83sf3ext3r.fsf@gnu.org> References: <83il4bzgmk.fsf@gnu.org> <83h6jvyu9p.fsf@gnu.org> <5FC2FDA6-CB7F-4285-958E-EC8595FC66AE@gmail.com> <834jfuzhg1.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="4778"; 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 17:48:07 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 1rL4PX-00010f-Ge for ged-emacs-devel@m.gmane-mx.org; Wed, 03 Jan 2024 17:48:07 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rL4OL-00033c-3u; Wed, 03 Jan 2024 11:46:53 -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 1rL4OJ-00033S-M5 for emacs-devel@gnu.org; Wed, 03 Jan 2024 11:46:51 -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 1rL4OI-0004Jn-GK; Wed, 03 Jan 2024 11:46:50 -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=jwT5TgVFnqASJcdxZjm8mJxGGk04JJRnIv9AORx6m3w=; b=ADNI1CeirK5A 10AkS80yGPqvg45IRieSDUaC5QxjQZnVUKknYDrG9nPHGn3Ye0m2yM8xev2nSWrUfTCvMb47ArnO8 RrF0LJLOtjsVo0yUEhVy8IlUuyXhVj2Dbgb5rsZDP/XVxnD+DmkEYq/l4heMaGfBNAj7bwiuAJO0I ytADaSD12JBDxDnn6khKs2rcAP8r+BlAbr8/bth8qpN2O3/OOXXHABICaeDQb1JrlZiUWeAgC9ZHy 4ZKOF5qRbVwsm4I3axu6RoxMvU9LyE6lIleHZwo4Hb+4ndP6D8muokZ3vU79/TIcMxR8ujieMEFN7 KzokrhRjkGHPQtN3D+Nq9g==; 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:314505 Archived-At: > From: "Nicolas P. Rougier (inria)" > Cc: casouri@gmail.com, emacs-devel@gnu.org > Date: Wed, 03 Jan 2024 15:05:13 +0100 > > > Please always look up the functions you are interested in both in > > the built-in help and in the manual, before you conclude that > > something is strange or undocumented. > > Well noted. But the manual needs some modification as well > (suppressing "full"): > > 4.1 Finding More Information: > > 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).