aboutsummaryrefslogtreecommitdiffstats
path: root/doc/misc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/misc')
-rw-r--r--doc/misc/gnus.texi2
-rw-r--r--doc/misc/tramp.texi2
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
1961When @code{backup-directory-alist} is @code{nil} (the default), such 1961When @code{backup-directory-alist} is @code{nil} (the default), such
1962problems do not occur. 1962problems do not occur.
1963 1963
1964To ``turns off'' the backup feature for @value{tramp} files and stop 1964To ``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