From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Paul Stoeber Newsgroups: gmane.emacs.bugs Subject: minor error in docstring of `newline' Date: Sun, 9 Jun 2002 13:42:51 +0200 Sender: bug-gnu-emacs-admin@gnu.org Message-ID: <20020609114251.GA733956@bruegel.RZ.TU-Ilmenau.DE> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1023623124 828 127.0.0.1 (9 Jun 2002 11:45:24 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 9 Jun 2002 11:45:24 +0000 (UTC) Return-path: Original-Received: from fencepost.gnu.org ([199.232.76.164]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 17H18O-0000DF-00 for ; Sun, 09 Jun 2002 13:45:24 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 17H189-0005DO-00; Sun, 09 Jun 2002 07:45:09 -0400 Original-Received: from bruegel.rz.tu-ilmenau.de ([141.24.190.37]) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 17H15O-0004Ag-00 for ; Sun, 09 Jun 2002 07:42:18 -0400 Original-Received: (from past-in@localhost) by bruegel.rz.tu-ilmenau.de (SGI-8.9.3/8.9.3) id NAA31627 for bug-gnu-emacs@gnu.org; Sun, 9 Jun 2002 13:42:52 +0200 (MDT) Original-To: bug-gnu-emacs@gnu.org Content-Disposition: inline User-Agent: Mutt/1.3.28i Errors-To: bug-gnu-emacs-admin@gnu.org X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.0.9 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Bug reports for GNU Emacs, the Swiss army knife of text editors List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.bugs:1900 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:1900 Emacs 21.2.1. The docstring of the function `newline' states "The newline is marked with the text-property `hard'." That happens only if we use-hard-newlines. Q: Is (insert "Little\nBill\n") a portable Lisp way to insert two lines into a buffer? Does it get the line endings right on lesser systems?