From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Uwe Brauer Newsgroups: gmane.emacs.devel Subject: Re: SOLVED Date: Thu, 05 May 2016 20:50:31 +0000 Message-ID: <877ff8cjqg.fsf@mat.ucm.es> References: <87vb2wi60p.fsf@mat.ucm.es> <87zis4g925.fsf@mat.ucm.es> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1462481490 7120 80.91.229.3 (5 May 2016 20:51:30 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 5 May 2016 20:51:30 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu May 05 22:51:21 2016 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 1ayQEy-0001SM-Lh for ged-emacs-devel@m.gmane.org; Thu, 05 May 2016 22:51:20 +0200 Original-Received: from localhost ([::1]:55236 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ayQEu-00047E-Vp for ged-emacs-devel@m.gmane.org; Thu, 05 May 2016 16:51:16 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:41310) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ayQEl-0003sh-MP for emacs-devel@gnu.org; Thu, 05 May 2016 16:51:13 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ayQEZ-0004fJ-UH for emacs-devel@gnu.org; Thu, 05 May 2016 16:51:02 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:49888) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ayQEZ-0004ZV-O7 for emacs-devel@gnu.org; Thu, 05 May 2016 16:50:55 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1ayQEO-0000zZ-DQ for emacs-devel@gnu.org; Thu, 05 May 2016 22:50:44 +0200 Original-Received: from 131.red-88-1-251.dynamicip.rima-tde.net ([88.1.251.131]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 05 May 2016 22:50:44 +0200 Original-Received: from oub by 131.red-88-1-251.dynamicip.rima-tde.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 05 May 2016 22:50:44 +0200 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: emacs-devel@gnu.org Original-Lines: 30 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 131.red-88-1-251.dynamicip.rima-tde.net Mail-Copies-To: never User-Agent: Gnus/5.130016 (Ma Gnus v0.16) Emacs/25.1.50 (gnu/linux) Cancel-Lock: sha1:cYsVT7MK19V8C6Bn8E4l4XU93p0= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 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" Xref: news.gmane.org gmane.emacs.devel:203615 Archived-At: >>> "Kaushal" == Kaushal Modi writes: > I suggest to change/add the docstring accordingly, because the > new > behavior is a radical change. > I could provide a 'patch' for that[1] > That's great!  > , but not sure about the structure of > - You first need to rebase your local git area to emacs-25 as you are > planning to provide just a documentation patch, (otherwise you would > rebase to the master branch).  > - Then git commit the changes in your local area.  > - http://git.savannah.gnu.org/cgit/emacs.git/plain/CONTRIBUTE has > instructions on the style of writing commit logs.  > - Use git format_patch HEAD~1 to create patch for that last commit.  I just followed your instructions of your other mail to rebase to emacs-25, but Daniels changes are not there. His changes seem only to be in emacs-master. (I am sorry I am not very familiar with git, for my personal stuff I use hg and I use even the git-hg plugin to maintain matlab, but I don't dare to do that for emacs...)