aboutsummaryrefslogtreecommitdiffstats
path: root/doc/misc
diff options
context:
space:
mode:
authorPaul Eggert2015-09-04 13:31:41 -0700
committerPaul Eggert2015-09-04 13:32:18 -0700
commit8a6260e1e14ab1523c195001454c98aaa044ea64 (patch)
tree36bdb78d5615a54eefc1e6c24af8d57be283883d /doc/misc
parent262a23dac0ad6c06197a9e2994dca4b896ac0a58 (diff)
downloademacs-8a6260e1e14ab1523c195001454c98aaa044ea64.tar.gz
emacs-8a6260e1e14ab1523c195001454c98aaa044ea64.zip
Fix minor problems with " in manual
Diffstat (limited to 'doc/misc')
-rw-r--r--doc/misc/ert.texi2
-rw-r--r--doc/misc/gnus-faq.texi16
-rw-r--r--doc/misc/gnus.texi2
-rw-r--r--doc/misc/viper.texi2
4 files changed, 11 insertions, 11 deletions
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
861particular module. Since symbol prefixes are the usual way of 861particular module. Since symbol prefixes are the usual way of
862separating module namespaces in Emacs Lisp, test selectors already 862separating module namespaces in Emacs Lisp, test selectors already
863solve this by allowing regexp matching on test names; e.g., the 863solve this by allowing regexp matching on test names; e.g., the
864selector "^ert-" selects ERT's self-tests. 864selector @code{"^ert-"} selects ERT's self-tests.
865 865
866Other uses include grouping tests by their expected execution time, 866Other uses include grouping tests by their expected execution time,
867e.g., to run quick tests during interactive development and slow tests less 867e.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?
892 892
893@subsubheading Answer 893@subsubheading Answer
894 894
895Gnus offers you several functions to "wash" incoming mail, you can 895Gnus offers you several functions to ``wash'' incoming mail, you can
896find them if you browse through the menu, item 896find them if you browse through the menu, item
897Article->Washing. The most interesting ones are probably "Wrap 897Article->Washing. The most interesting ones are probably ``Wrap
898long lines" (@samp{W w}), "Decode ROT13" 898long lines'' (@samp{W w}), ``Decode ROT13''
899(@samp{W r}) and "Outlook Deuglify" which repairs 899(@samp{W r}) and ``Outlook Deuglify'' which repairs
900the dumb quoting used by many users of Microsoft products 900the dumb quoting used by many users of Microsoft products
901(@samp{W Y f} gives you full deuglify. 901(@samp{W Y f} gives you full deuglify.
902See @samp{W Y C-h} or have a look at the menus for 902See @samp{W Y C-h} or have a look at the menus for
@@ -1016,8 +1016,8 @@ mail groups. Is this a bug?
1016 1016
1017No, that's a matter of design of Gnus, fixing this would 1017No, that's a matter of design of Gnus, fixing this would
1018mean reimplementation of major parts of Gnus' 1018mean reimplementation of major parts of Gnus'
1019back ends. Gnus thinks "highest-article-number @minus{} 1019back ends. Gnus thinks ``highest-article-number @minus{}
1020lowest-article-number = total-number-of-articles". This 1020lowest-article-number = total-number-of-articles''. This
1021works OK for Usenet groups, but if you delete and move 1021works OK for Usenet groups, but if you delete and move
1022many messages in mail groups, this fails. To cure the 1022many messages in mail groups, this fails. To cure the
1023symptom, enter the group via @samp{C-u RET} 1023symptom, enter the group via @samp{C-u RET}
@@ -1085,8 +1085,8 @@ You've got to play around with the variable
1085gnus-summary-line-format. Its value is a string of 1085gnus-summary-line-format. Its value is a string of
1086symbols which stand for things like author, date, subject 1086symbols which stand for things like author, date, subject
1087etc. A list of the available specifiers can be found in the 1087etc. A list of the available specifiers can be found in the
1088manual node "Summary Buffer Lines" and the often forgotten 1088manual node ``Summary Buffer Lines'' and the often forgotten
1089node "Formatting Variables" and its sub-nodes. There 1089node ``Formatting Variables'' and its sub-nodes. There
1090you'll find useful things like positioning the cursor and 1090you'll find useful things like positioning the cursor and
1091tabulators which allow you a summary in table form, but 1091tabulators which allow you a summary in table form, but
1092sadly hard tabulators are broken in 5.8.8. 1092sadly 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
12565send. The default method is to use the @dfn{archive virtual server} to 12565send. The default method is to use the @dfn{archive virtual server} to
12566store the messages. If you want to disable this completely, the 12566store the messages. If you want to disable this completely, the
12567@code{gnus-message-archive-group} variable should be @code{nil}. The 12567@code{gnus-message-archive-group} variable should be @code{nil}. The
12568default is "sent.%Y-%m", which gives you one archive group per month. 12568default is @code{"sent.%Y-%m"}, which gives you one archive group per month.
12569 12569
12570For archiving interesting messages in a group you read, see the 12570For archiving interesting messages in a group you read, see the
12571@kbd{B c} (@code{gnus-summary-copy-article}) command (@pxref{Mail 12571@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:
1961 1961
1962Viper lets you define hot keys, i.e., you can associate keyboard keys 1962Viper lets you define hot keys, i.e., you can associate keyboard keys
1963such as F1, Help, PgDn, etc., with Emacs Lisp functions (that may already 1963such as F1, Help, PgDn, etc., with Emacs Lisp functions (that may already
1964exist or that you will write). Each key has a "preferred form" in 1964exist or that you will write). Each key has a ``preferred form'' in
1965Emacs. For instance, the Up key's preferred form is [up], the Help key's 1965Emacs. For instance, the Up key's preferred form is [up], the Help key's
1966preferred form is [help], and the Undo key has the preferred form [f14]. 1966preferred form is [help], and the Undo key has the preferred form [f14].
1967You can find out the preferred form of a key by typing @kbd{M-x 1967You can find out the preferred form of a key by typing @kbd{M-x