diff options
Diffstat (limited to 'doc/misc')
| -rw-r--r-- | doc/misc/gnus.texi | 2 | ||||
| -rw-r--r-- | doc/misc/tramp.texi | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/misc/gnus.texi b/doc/misc/gnus.texi index ab96684eb62..8dd0c1ba9d5 100644 --- a/doc/misc/gnus.texi +++ b/doc/misc/gnus.texi | |||
| @@ -14325,7 +14325,7 @@ Here's a complete example @code{nnimap} backend with a client-side | |||
| 14325 | @example | 14325 | @example |
| 14326 | (nnimap "imap.example.com" | 14326 | (nnimap "imap.example.com" |
| 14327 | (nnimap-inbox "INBOX") | 14327 | (nnimap-inbox "INBOX") |
| 14328 | (nnimap-split-methods | 14328 | (nnimap-split-fancy |
| 14329 | (| ("MailScanner-SpamCheck" "spam" "spam.detected") | 14329 | (| ("MailScanner-SpamCheck" "spam" "spam.detected") |
| 14330 | (to "foo@@bar.com" "foo") | 14330 | (to "foo@@bar.com" "foo") |
| 14331 | "undecided"))) | 14331 | "undecided"))) |
diff --git a/doc/misc/tramp.texi b/doc/misc/tramp.texi index 54b98260111..16ff76b887d 100644 --- a/doc/misc/tramp.texi +++ b/doc/misc/tramp.texi | |||
| @@ -1961,7 +1961,7 @@ of the secretfile is now owned by the user logged in from | |||
| 1961 | When @code{backup-directory-alist} is @code{nil} (the default), such | 1961 | When @code{backup-directory-alist} is @code{nil} (the default), such |
| 1962 | problems do not occur. | 1962 | problems do not occur. |
| 1963 | 1963 | ||
| 1964 | To ``turns off'' the backup feature for @value{tramp} files and stop | 1964 | To ``turn off'' the backup feature for @value{tramp} files and stop |
| 1965 | @value{tramp} from saving to the backup directory, use this: | 1965 | @value{tramp} from saving to the backup directory, use this: |
| 1966 | 1966 | ||
| 1967 | @lisp | 1967 | @lisp |