From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Michael Ernst Newsgroups: gmane.emacs.bugs Subject: clone-buffer typo Date: Mon, 25 Mar 2002 17:39:27 -0500 Sender: bug-gnu-emacs-admin@gnu.org Message-ID: <200203252239.RAA16994@meoptiplex.lcs.mit.edu> NNTP-Posting-Host: localhost.gmane.org X-Trace: main.gmane.org 1017096135 20815 127.0.0.1 (25 Mar 2002 22:42:15 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 25 Mar 2002 22:42:15 +0000 (UTC) Original-Received: from fencepost.gnu.org ([199.232.76.164]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 16pdAM-0005Pc-00 for ; Mon, 25 Mar 2002 23:42:15 +0100 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16pdAL-00010u-00; Mon, 25 Mar 2002 17:42:13 -0500 Original-Received: from geyer.lcs.mit.edu ([18.26.3.21]) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16pd7g-0000om-00 for ; Mon, 25 Mar 2002 17:39:28 -0500 Original-Received: from meoptiplex.lcs.mit.edu (meoptiplex.lcs.mit.edu [18.26.3.32]) by geyer.lcs.mit.edu (8.9.3/8.9.3) with ESMTP id RAA09946; Mon, 25 Mar 2002 17:39:27 -0500 Original-Received: (from mernst@localhost) by meoptiplex.lcs.mit.edu (8.9.3/8.9.1) id RAA16994; Mon, 25 Mar 2002 17:39:27 -0500 Original-To: bug-gnu-emacs@gnu.org Errors-To: bug-gnu-emacs-admin@gnu.org X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.0.5 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:173 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:173 This patch fixes a small typo in Emacs 21.2's clone-buffer. 2002-03-24 Michael Ernst * simple.el (clone-buffer): Fix documentation typo. *** /usr/local/share/emacs/21.2/lisp/simple.el Wed Mar 13 14:51:45 2002 --- - Sun Mar 24 08:59:16 2002 *************** *** 3938,3942 **** new-process))) ! ;; things to maybe add (currently partly covered by `funcall mode': ;; - syntax-table ;; - overlays --- 3938,3942 ---- new-process))) ! ;; things to maybe add (currently partly covered by `funcall mode'): ;; - syntax-table ;; - overlays