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:46:29 -0400 Message-ID: <71ehra49h6.fsf@fencepost.gnu.org> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1335465996 2890 80.91.229.3 (26 Apr 2012 18:46:36 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 26 Apr 2012 18:46:36 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Apr 26 20:46:35 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 1SNTi7-0005UT-69 for ged-emacs-devel@m.gmane.org; Thu, 26 Apr 2012 20:46:35 +0200 Original-Received: from localhost ([::1]:41835 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SNTi6-0002CL-H6 for ged-emacs-devel@m.gmane.org; Thu, 26 Apr 2012 14:46:34 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:58997) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SNTi3-0002Bz-Ua for emacs-devel@gnu.org; Thu, 26 Apr 2012 14:46:33 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SNTi2-0005MZ-1W for emacs-devel@gnu.org; Thu, 26 Apr 2012 14:46:31 -0400 Original-Received: from fencepost.gnu.org ([208.118.235.10]:46485) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SNTi1-0005MI-VC for emacs-devel@gnu.org; Thu, 26 Apr 2012 14:46:29 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1SNTi1-0002E2-4m; Thu, 26 Apr 2012 14:46:29 -0400 X-Spook: Forte BLU-114/B doctrine event security CDC airframe John X-Ran: DJzjW\mU,W_:"Ny`[7z]>}xMl&i*A3tY~*qN#=""n (Glenn Morris's message of "Thu, 26 Apr 2012 14:08:19 -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:150054 Archived-At: 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"