From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.devel Subject: Re: Remove * characters from the front of variable docstrings Date: Thu, 26 Apr 2012 14:51:06 -0400 Message-ID: References: <71ehra49h6.fsf@fencepost.gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1335466274 4939 80.91.229.3 (26 Apr 2012 18:51:14 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 26 Apr 2012 18:51:14 +0000 (UTC) Cc: Bastien To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Apr 26 20:51:13 2012 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1SNTma-00018w-SM for ged-emacs-devel@m.gmane.org; Thu, 26 Apr 2012 20:51:12 +0200 Original-Received: from localhost ([::1]:46741 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SNTma-0005U5-Aa for ged-emacs-devel@m.gmane.org; Thu, 26 Apr 2012 14:51:12 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:47446) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SNTmX-0005TM-RF for emacs-devel@gnu.org; Thu, 26 Apr 2012 14:51:11 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SNTmV-0000hC-Vz for emacs-devel@gnu.org; Thu, 26 Apr 2012 14:51:09 -0400 Original-Received: from fencepost.gnu.org ([208.118.235.10]:46788) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SNTmV-0000h5-Sc for emacs-devel@gnu.org; Thu, 26 Apr 2012 14:51:07 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1SNTmU-0002rL-8f; Thu, 26 Apr 2012 14:51:06 -0400 X-Spook: Kh-11 nuclear IMF embassy quiche CNCIS Verisign CESID X-Ran: jouTLT~Ky]ZN_y^D(T=)3E6fm`|[+sS5MZrRA9gfE}W~2L-AJC_DmW]-fEe!9]-~yt8Zv[ X-Hue: black X-Attribution: GM In-Reply-To: <71ehra49h6.fsf@fencepost.gnu.org> (Glenn Morris's message of "Thu, 26 Apr 2012 14:46:29 -0400") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 208.118.235.10 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 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.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:150055 Archived-At: PS As of today, this error has now been independently propagated to the emacs-24 branch. Fiddling with such things is really not appropriate for the emacs-24 branch anyway at this stage. (Unless I misunderstand what this variable is for.) Glenn Morris wrote: > Also I just noticed this error; maybe there are similar things: > > bzr diff -r 107812..107813 lisp/org/org-ctags.el > > *** lisp/org/org-ctags.el 2012-04-03 12:02:21 +0000 > --- lisp/org/org-ctags.el 2012-04-09 13:05:48 +0000 > *************** > *** 188,194 **** > Created as a local variable in each buffer.") > > (defcustom org-ctags-new-topic-template > ! "* <<%t>>\n\n\n\n\n\n" > "Text to insert when creating a new org file via opening a hyperlink. > The following patterns are replaced in the string: > `%t' - replaced with the capitalized title of the hyperlink" > --- 188,194 ---- > Created as a local variable in each buffer.") > > (defcustom org-ctags-new-topic-template > ! " <<%t>>\n\n\n\n\n\n" > "Text to insert when creating a new org file via opening a hyperlink. > The following patterns are replaced in the string: > `%t' - replaced with the capitalized title of the hyperlink"