From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Richard M. Stallman" Newsgroups: gmane.emacs.devel Subject: Re: Make apostrophes invisible in Help buffers Date: Mon, 19 Dec 2005 18:46:36 -0500 Message-ID: References: <17317.20917.890165.284080@kahikatea.snap.net.nz> <17318.16629.870535.945531@kahikatea.snap.net.nz> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1135036308 27975 80.91.229.2 (19 Dec 2005 23:51:48 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 19 Dec 2005 23:51:48 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Dec 20 00:51:47 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EoUlG-0004Jt-GQ for ged-emacs-devel@m.gmane.org; Tue, 20 Dec 2005 00:49:46 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EoUm8-00037V-Dn for ged-emacs-devel@m.gmane.org; Mon, 19 Dec 2005 18:50:40 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EoUkw-0002lk-0C for emacs-devel@gnu.org; Mon, 19 Dec 2005 18:49:26 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EoUkv-0002lQ-71 for emacs-devel@gnu.org; Mon, 19 Dec 2005 18:49:25 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EoUku-0002lL-W3 for emacs-devel@gnu.org; Mon, 19 Dec 2005 18:49:25 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EoUnw-0004fi-Ow for emacs-devel@gnu.org; Mon, 19 Dec 2005 18:52:32 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1EoUiC-0006Yx-V8; Mon, 19 Dec 2005 18:46:37 -0500 Original-To: Nick Roberts In-reply-to: <17318.16629.870535.945531@kahikatea.snap.net.nz> (message from Nick Roberts on Mon, 19 Dec 2005 18:11:17 +1300) 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:48070 Archived-At: The apostrophes are put in the doc string so that links can be parsed in the Help buffer, not for the end user. The apostrophes follow a general GNU convention for indicating symbol names in text. We have followed that convention for 20 years. So I am not going to say yes to this change.