From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thorsten Jolitz Subject: What does the _ in `(defun org-element-section-parser (_) ...)' stands for? Date: Tue, 09 Feb 2016 18:45:01 +0100 Message-ID: <87vb5xsrqa.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33888) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aTCLo-0008AC-In for emacs-orgmode@gnu.org; Tue, 09 Feb 2016 12:45:21 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aTCLk-0000ur-Gd for emacs-orgmode@gnu.org; Tue, 09 Feb 2016 12:45:20 -0500 Received: from plane.gmane.org ([80.91.229.3]:38463) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aTCLk-0000tu-4G for emacs-orgmode@gnu.org; Tue, 09 Feb 2016 12:45:16 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1aTCLc-0006AV-Up for emacs-orgmode@gnu.org; Tue, 09 Feb 2016 18:45:09 +0100 Received: from f051001015.adsl.alicedsl.de ([78.51.1.15]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 09 Feb 2016 18:45:08 +0100 Received: from tjolitz by f051001015.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 09 Feb 2016 18:45:08 +0100 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Hi List, just out of curiosity, a few functions in org-element.el contain _ in their parameter list, but its not used in the body. What does it stand for? -- cheers, Thorsten