From 8a6260e1e14ab1523c195001454c98aaa044ea64 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Fri, 4 Sep 2015 13:31:41 -0700 Subject: Fix minor problems with " in manual --- doc/misc/ert.texi | 2 +- doc/misc/gnus-faq.texi | 16 ++++++++-------- doc/misc/gnus.texi | 2 +- doc/misc/viper.texi | 2 +- 4 files changed, 11 insertions(+), 11 deletions(-) (limited to 'doc/misc') diff --git a/doc/misc/ert.texi b/doc/misc/ert.texi index 3192e4bdc0a..35d315c64b8 100644 --- a/doc/misc/ert.texi +++ b/doc/misc/ert.texi @@ -861,7 +861,7 @@ The most common use of this is to run just the tests for one particular module. Since symbol prefixes are the usual way of separating module namespaces in Emacs Lisp, test selectors already solve this by allowing regexp matching on test names; e.g., the -selector "^ert-" selects ERT's self-tests. +selector @code{"^ert-"} selects ERT's self-tests. Other uses include grouping tests by their expected execution time, e.g., to run quick tests during interactive development and slow tests less diff --git a/doc/misc/gnus-faq.texi b/doc/misc/gnus-faq.texi index 0b856c7f0a3..5ab34a0f7ae 100644 --- a/doc/misc/gnus-faq.texi +++ b/doc/misc/gnus-faq.texi @@ -892,11 +892,11 @@ more readable? @subsubheading Answer -Gnus offers you several functions to "wash" incoming mail, you can +Gnus offers you several functions to ``wash'' incoming mail, you can find them if you browse through the menu, item -Article->Washing. The most interesting ones are probably "Wrap -long lines" (@samp{W w}), "Decode ROT13" -(@samp{W r}) and "Outlook Deuglify" which repairs +Article->Washing. The most interesting ones are probably ``Wrap +long lines'' (@samp{W w}), ``Decode ROT13'' +(@samp{W r}) and ``Outlook Deuglify'' which repairs the dumb quoting used by many users of Microsoft products (@samp{W Y f} gives you full deuglify. See @samp{W Y C-h} or have a look at the menus for @@ -1016,8 +1016,8 @@ mail groups. Is this a bug? No, that's a matter of design of Gnus, fixing this would mean reimplementation of major parts of Gnus' -back ends. Gnus thinks "highest-article-number @minus{} -lowest-article-number = total-number-of-articles". This +back ends. Gnus thinks ``highest-article-number @minus{} +lowest-article-number = total-number-of-articles''. This works OK for Usenet groups, but if you delete and move many messages in mail groups, this fails. To cure the symptom, enter the group via @samp{C-u RET} @@ -1085,8 +1085,8 @@ You've got to play around with the variable gnus-summary-line-format. Its value is a string of symbols which stand for things like author, date, subject etc. A list of the available specifiers can be found in the -manual node "Summary Buffer Lines" and the often forgotten -node "Formatting Variables" and its sub-nodes. There +manual node ``Summary Buffer Lines'' and the often forgotten +node ``Formatting Variables'' and its sub-nodes. There you'll find useful things like positioning the cursor and tabulators which allow you a summary in table form, but sadly hard tabulators are broken in 5.8.8. diff --git a/doc/misc/gnus.texi b/doc/misc/gnus.texi index 23a43f4893c..dbce16c2ad0 100644 --- a/doc/misc/gnus.texi +++ b/doc/misc/gnus.texi @@ -12565,7 +12565,7 @@ Gnus provides a few different methods for storing the mail and news you send. The default method is to use the @dfn{archive virtual server} to store the messages. If you want to disable this completely, the @code{gnus-message-archive-group} variable should be @code{nil}. The -default is "sent.%Y-%m", which gives you one archive group per month. +default is @code{"sent.%Y-%m"}, which gives you one archive group per month. For archiving interesting messages in a group you read, see the @kbd{B c} (@code{gnus-summary-copy-article}) command (@pxref{Mail diff --git a/doc/misc/viper.texi b/doc/misc/viper.texi index f449e3b738b..8f57e8c6bbe 100644 --- a/doc/misc/viper.texi +++ b/doc/misc/viper.texi @@ -1961,7 +1961,7 @@ can include a line like this in your Viper customization file: Viper lets you define hot keys, i.e., you can associate keyboard keys such as F1, Help, PgDn, etc., with Emacs Lisp functions (that may already -exist or that you will write). Each key has a "preferred form" in +exist or that you will write). Each key has a ``preferred form'' in Emacs. For instance, the Up key's preferred form is [up], the Help key's preferred form is [help], and the Undo key has the preferred form [f14]. You can find out the preferred form of a key by typing @kbd{M-x -- cgit v1.2.1