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