From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.bugs Subject: bug#8486: 24.0.50; manual typos Date: Wed, 13 Apr 2011 09:34:13 -0400 Message-ID: References: Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: dough.gmane.org 1302701864 7904 80.91.229.12 (13 Apr 2011 13:37:44 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 13 Apr 2011 13:37:44 +0000 (UTC) Cc: 8486@debbugs.gnu.org To: Juanma Barranquero Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Wed Apr 13 15:37:35 2011 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QA0GF-0007Be-HD for geb-bug-gnu-emacs@m.gmane.org; Wed, 13 Apr 2011 15:37:35 +0200 Original-Received: from localhost ([::1]:49931 helo=lists2.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QA0GE-0005oh-Is for geb-bug-gnu-emacs@m.gmane.org; Wed, 13 Apr 2011 09:37:34 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:34603) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QA0G7-0005ny-QU for bug-gnu-emacs@gnu.org; Wed, 13 Apr 2011 09:37:33 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QA0G2-0005xw-6U for bug-gnu-emacs@gnu.org; Wed, 13 Apr 2011 09:37:27 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:36210) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QA0G2-0005xs-2e for bug-gnu-emacs@gnu.org; Wed, 13 Apr 2011 09:37:22 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.69) (envelope-from ) id 1QA0Dm-0007GX-EP; Wed, 13 Apr 2011 09:35:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Eli Zaretskii Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: owner@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 13 Apr 2011 13:35:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 8486 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 8486-submit@debbugs.gnu.org id=B8486.130270166227877 (code B ref 8486); Wed, 13 Apr 2011 13:35:02 +0000 Original-Received: (at 8486) by debbugs.gnu.org; 13 Apr 2011 13:34:22 +0000 Original-Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QA0D7-0007Fa-Ed for submit@debbugs.gnu.org; Wed, 13 Apr 2011 09:34:21 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QA0D5-0007FO-47 for 8486@debbugs.gnu.org; Wed, 13 Apr 2011 09:34:20 -0400 Original-Received: from eliz by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1QA0Cz-0006qd-Vu; Wed, 13 Apr 2011 09:34:13 -0400 In-reply-to: (message from Juanma Barranquero on Wed, 13 Apr 2011 14:07:37 +0200) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list Resent-Date: Wed, 13 Apr 2011 09:35:02 -0400 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:45788 Archived-At: > From: Juanma Barranquero > Date: Wed, 13 Apr 2011 14:07:37 +0200 > Cc: 8486-done@debbugs.gnu.org > > > To repeat the command more than once, type additional `z''s: each > > > >          ^^^^^^ > > ... has never looked right.  `z's' maybe? > > Ugly, perhaps, but that's not a typo, isn't it? Sort of. It comes from the use of @samp{z}'s or similar in Texinfo. The important part is that this looks right in the printed version of the manual; the emulation we do in Info is less important. So if the Texinfo source uses @code{s} or @kbd{s} or anything but @samp, leave the apostrophe alone; if it uses @samp, remove the apostrophe. That's because @samp produces single quotes in the printed copy as well, while the others don't.